SSH: Optimized key loading
This commit is contained in:
@@ -3,6 +3,10 @@ ControlMaster auto
|
||||
ControlPath ~/.ssh/master/control-%h-%p-%r
|
||||
ControlPersist 600
|
||||
|
||||
## Use macOS keychain for SSH keys
|
||||
AddKeysToAgent yes
|
||||
UseKeychain yes
|
||||
|
||||
## Disbale GSSAPI authentication to speedup connecting
|
||||
GSSAPIAuthentication=no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user