From 39e973912535faa1556dba415dff2165f0adc38f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 24 Aug 2024 08:36:10 -0300 Subject: etc/ssh/config.tmpl: Add "asami" and comments --- etc/ssh/config.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc/ssh') 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 -- cgit v1.2.3