Fixed ip address in host config

This commit is contained in:
Adam Mooers 2023-08-16 16:27:05 -04:00
parent e0c3bedcee
commit e4a92f5e16
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ controller is sucessfully connected to your computer.
Add the following to your SSH config: Add the following to your SSH config:
Host upsilon Host upsilon
HostName 192.168.1.50 HostName 192.168.2.50
StrictHostKeyChecking no StrictHostKeyChecking no
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
IdentityFile upsilon_key IdentityFile upsilon_key