Fixed ip address in host config
This commit is contained in:
parent
e0c3bedcee
commit
e4a92f5e16
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue