nixos/templates/ssh-config

11 lines
245 B
Plaintext
Raw Normal View History

Host *
User elitherl
AddKeysToAgent yes
IdentityFile ~/.ssh/id_ed25519
ServerAliveInterval 15
ServerAliveCountMax 3
ControlMaster auto
ControlPath ~/.ssh/sockets/%r@%h:%p
ControlPersist 3s
ForwardX11Timeout 0