dotfiles/ssh/.ssh/config
2023-11-11 17:10:15 -05:00

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