1
0
Files
dotfiles/.ssh/config
Karsten Hachmeister bbf6ac21b4 add ssh config
2025-01-31 13:03:06 +01:00

23 lines
271 B
Plaintext

#
# General
#
Host *
ServerAliveInterval 200
AddKeysToAgent yes
CheckHostIP no
ForwardAgent yes
GSSAPIAuthentication no
StrictHostKeyChecking no
ControlMaster auto
ControlPersist 60s
ControlPath /tmp/ssh-%r@%h:%p
#
# Includes
#
Include config.d/*