nixos/ssh-config

13 lines
265 B
Plaintext
Raw Normal View History

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