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

Host pilotis.net
  User andre

Host suyin
  HostName zh3051.rsync.net
  User zh3051

Host zhu-li
  HostName hk-s020.rsync.net
  User 20931

Include ${XDG_DATA_HOME}/vm/ssh.conf