Add work VM to SSH config
This commit is contained in:
parent
43cad053a6
commit
c681e8d538
|
@ -24,6 +24,13 @@ host devyfo
|
||||||
|
|
||||||
host unit
|
host unit
|
||||||
user coace
|
user coace
|
||||||
hostname 10.9.0.1
|
hostname 10.0.1.3
|
||||||
port 22
|
port 22
|
||||||
identityfile ~/.ssh/coace
|
identityfile ~/.ssh/coace
|
||||||
|
|
||||||
|
host sica
|
||||||
|
user sybase
|
||||||
|
hostname 10.0.1.3
|
||||||
|
port 2222
|
||||||
|
identityfile ~/.ssh/sica
|
||||||
|
KexAlgorithms +diffie-hellman-group1-sha1
|
||||||
|
|
Loading…
Reference in New Issue