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/*