dotfiles/ssh/.ssh/config
2024-06-01 23:47:23 +00:00

17 lines
347 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