mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 17:40:19 +00:00
Added IgnoreUnknown to handle configation warning: Bad configuration option: usekeychain
This commit is contained in:
17
.ssh/config
17
.ssh/config
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user