diff options
author | EuAndreh <eu@euandre.org> | 2024-08-24 08:36:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-24 08:36:10 -0300 |
commit | 39e973912535faa1556dba415dff2165f0adc38f (patch) | |
tree | 1191ed1f7cf886ace5c7f9dcb3026082239e9d92 /etc/ssh | |
parent | etc/ssh/config.tmpl: Simple reorder (diff) | |
download | dotfiles-39e973912535faa1556dba415dff2165f0adc38f.tar.gz dotfiles-39e973912535faa1556dba415dff2165f0adc38f.tar.xz |
etc/ssh/config.tmpl: Add "asami" and comments
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 |