nixos/ssh/config
2023-02-09 08:59:12 +00:00

13 lines
265 B
Plaintext

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