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