diff --git a/common/.ssh/config b/common/.ssh/config new file mode 100644 index 00000000..14ce68d1 --- /dev/null +++ b/common/.ssh/config @@ -0,0 +1,16 @@ +Host * + ServerAliveInterval 60 + ConnectTimeout 10 + AddKeysToAgent ask + EscapeChar ` + ControlMaster auto + ControlPersist 10m + ControlPath ${XDG_RUNTIME_DIR}/%C + +Match all + Include config_host + +# BEGIN ANSIBLE MANAGED BLOCK +Match all + Include config_tralios +# END ANSIBLE MANAGED BLOCK