dotfiles/ssh/.ssh/config
2023-11-10 16:14:49 +00:00

14 lines
302 B
Plaintext

ControlMaster auto
ControlPath ~/.ssh/%h:%p_%r
ServerAliveInterval 60
ForwardAgent yes
NoHostAuthenticationForLocalhost yes
HashKnownHosts no
IdentityFile ~/.ssh/id_ed25519
#IdentitiesOnly no
# Include codespace-config
Include ~/.config/pm/*/ssh_config
Include scalene-config
Include infinite-config