Add work VM to SSH config

This commit is contained in:
coolneng 2021-03-30 18:06:52 +02:00
parent 43cad053a6
commit c681e8d538
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 8 additions and 1 deletions

View File

@ -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