commit 1e1413345e8d724f5a686ffd581f1cba1d892463 parent 9cab4265ecad738158fbf2b7b5c93b0e35c1e1a0 Author: FIGBERT <figbert@figbert.com> Date: Tue, 22 Jun 2021 00:40:04 -0700 Update .ssh/known_hosts after move to Alpine Diffstat:
M | private_dot_ssh/known_hosts.tmpl | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/private_dot_ssh/known_hosts.tmpl b/private_dot_ssh/known_hosts.tmpl @@ -1,2 +1,3 @@ -figbert.com,135.181.44.54 ssh-ed25519 {{ .ssh.hosts.home }} +figbert.com ssh-ed25519 {{ .ssh.hosts.home_ed25519 }} +figbert.com ssh-rsa {{ .ssh.hosts.home_rsa }} {{ .ssh.remarkable }} ssh-rsa {{ .ssh.hosts.remarkable }}