aboutsummaryrefslogtreecommitdiff
path: root/etc/ssh/config.tmpl
blob: 2f57519d5a668702275874dbb70e2927094ee313 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Host *
  ServerAliveInterval 30
  ServerAliveCountMax 20
  ControlMaster auto
  ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p
  ControlPersist 1h

Host suyin
  HostName ch-s010.rsync.net
  User 16686

Include ${XDG_DATA_HOME}/vm/ssh.conf