nixos/templates/ssh-config
Evie Litherland-Smith 6ed760868a Add template ssh config file
Start adding checks for nvim packages
2023-01-13 10:39:37 +00:00

11 lines
245 B
Plaintext

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