summary refs log tree commit diff
path: root/private_dot_ssh/private_config.tmpl
blob: d166a06a175c2fb660f953b6afcc5d810ba956fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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