Added IgnoreUnknown to handle configation warning: Bad configuration option: usekeychain

This commit is contained in:
2019-06-28 17:15:55 +02:00
parent 471371fe8c
commit 3bda200436

View File

@@ -1,14 +1,15 @@
Include ~/.ssh/*_config
Host imm
HostName 10.0.0.114
User USERID
KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
HostName 10.0.0.114
User USERID
KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
AddKeysToAgent yes
IgnoreUnknown UseKeychain
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
Host apollo
HostName 10.0.0.102
@@ -49,8 +50,8 @@ Host hub
HostName 10.0.0.25
User pi
Host ntnu
Hostname login.stud.ntnu.no
User komidboe
Hostname login.stud.ntnu.no
User komidboe
Host chip2
Hostname 10.0.0.67