18 lines
354 B
Plaintext
18 lines
354 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
|
|
|