dotfiles/ssh/.ssh/config
2023-11-11 13:04:29 -05:00

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