diff options
Diffstat (limited to 'private_dot_ssh/private_config.tmpl')
-rw-r--r-- | private_dot_ssh/private_config.tmpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/private_dot_ssh/private_config.tmpl b/private_dot_ssh/private_config.tmpl new file mode 100644 index 0000000..d166a06 --- /dev/null +++ b/private_dot_ssh/private_config.tmpl @@ -0,0 +1,15 @@ +Host chaos.usbx.me chaos + HostName chaos.usbx.me + Port 22 + User alen1 + +Host * + User {{ .ssh.user }} + Port 22 + IdentitiesOnly yes + ServerAliveCountMax 2147483 + ServerAliveInterval 30 + HashKnownHosts yes + ControlMaster auto + ControlPersist 60m # yes + ControlPath ~/.ssh/control/%h-%C |