diff options
Diffstat (limited to 'etc/ssh/config.tmpl')
-rw-r--r-- | etc/ssh/config.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index 37dcd39..c811977 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -5,6 +5,9 @@ Host * ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p ControlPersist 1h +Host pilotis.net + User andre + Host suyin HostName zh3051.rsync.net User zh3051 |