diff options
Diffstat (limited to 'etc/ssh')
-rw-r--r-- | etc/ssh/config.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index d718279..5796e7e 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -7,6 +7,7 @@ Host * ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p ControlPersist 1h +# personal rsync.net account Host suyin HostName zh3051.rsync.net User zh3051 @@ -15,9 +16,15 @@ Host pilotis.net lawtech HostName pilotis.net User andre +# lawtech's rsync.net account Host zhu-li HostName hk-s020.rsync.net User 20931 Host papo.im User andre + +# papo's rsync.net account +Host asami + HostName zh4539.rsync.net + User zh4539 |