17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
ControlMaster auto
|
|
ControlPath ~/.ssh/%h:%p_%r
|
|
ServerAliveInterval 60
|
|
ForwardAgent yes
|
|
NoHostAuthenticationForLocalhost yes
|
|
HashKnownHosts no
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
#IdentitiesOnly yes
|
|
|
|
#Host *.amazonaws.com
|
|
# StrictHostKeyChecking no
|
|
# UserKnownHostsFile /dev/null
|
|
|
|
Include local-config
|
|
Include scalene-config
|
|
Include infinite-config
|