From bbf6ac21b4fde0d1eb0ff4e95bd181797ef4bf5b Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Fri, 31 Jan 2025 13:03:06 +0100 Subject: [PATCH] add ssh config --- .ssh/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..0391bb4 --- /dev/null +++ b/.ssh/config @@ -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/*