ssh/config.laptop: use IdentitiesOnly opt
This commit is contained in:
@@ -3,6 +3,7 @@ Host *
|
|||||||
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
||||||
UseKeychain yes
|
UseKeychain yes
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
IdentitiesOnly yes
|
||||||
|
|
||||||
# GitHub
|
# GitHub
|
||||||
Host github.com
|
Host github.com
|
||||||
|
Reference in New Issue
Block a user