diff options
author | EuAndreh <eu@euandre.org> | 2023-03-08 17:40:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-08 17:40:37 -0300 |
commit | 0a988d5bf2f5f4e0c3d8ef62f7dfc0efc8417146 (patch) | |
tree | 9714bd68446cc6f579c1e0440ea4153728703c7e /etc/ssh | |
parent | etc/guix/home.scm: Replace pytest libs with ones that can run in parallel and... (diff) | |
download | dotfiles-0a988d5bf2f5f4e0c3d8ef62f7dfc0efc8417146.tar.gz dotfiles-0a988d5bf2f5f4e0c3d8ef62f7dfc0efc8417146.tar.xz |
etc/ssh/: Add hk-s0s0.rsync.net key and host alias
Diffstat (limited to 'etc/ssh')
-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 |