1
0

add ssh config

This commit is contained in:
Karsten Hachmeister
2025-01-31 13:03:06 +01:00
parent ed5fbd5ff4
commit bbf6ac21b4

22
.ssh/config Normal file
View File

@@ -0,0 +1,22 @@
#
# 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/*