diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ssh/config.tmpl | 4 | ||||
-rw-r--r-- | etc/ssh/known_hosts | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index 2f57519..1dab294 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -9,4 +9,8 @@ Host suyin HostName ch-s010.rsync.net User 16686 +Host zhu-li + HostName hk-s020.rsync.net + User 20931 + Include ${XDG_DATA_HOME}/vm/ssh.conf diff --git a/etc/ssh/known_hosts b/etc/ssh/known_hosts index 59077d6..049fa7a 100644 --- a/etc/ssh/known_hosts +++ b/etc/ssh/known_hosts @@ -1,8 +1,9 @@ # rsync.net public key -# Verified in 2022-11-27 at: +# Verified in 2022-11-27 and 2023-03-08 at: # https://www.rsync.net/resources/fingerprints.txt ch-s010.rsync.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKBxDZv64oRMzRkywjmRRrml2pr0XFSZhlL46nUSmM60 +hk-s020.rsync.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILcPl9x9JfRFwsn09NnDw/xBZbAN80ZQck+h6AqlVqPH # GitLab SSH fingerprint |