diff options
Diffstat (limited to 'etc/ssh')
-rw-r--r-- | etc/ssh/config.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index c811977..ad5b9fe 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -1,3 +1,5 @@ +Include ${XDG_DATA_HOME}/vm/ssh.conf + Host * ServerAliveInterval 30 ServerAliveCountMax 20 @@ -15,5 +17,3 @@ Host suyin Host zhu-li HostName hk-s020.rsync.net User 20931 - -Include ${XDG_DATA_HOME}/vm/ssh.conf |