From fd3679b4b3a90bd215874ad035b4a11a70da328a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 28 Dec 2019 10:47:20 +1300 Subject: [PATCH] fix sgs7e host key setup --- .ssh/config.in | 1 + .ssh/known_hosts.d/sgs7e | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ssh/config.in b/.ssh/config.in index 8dc38f1..9ccd86b 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -234,6 +234,7 @@ Host sgs7e | sgs7e.phones.* Port 2222 User shell HostName sgs7e.phones + HostKeyAlias sgs7e.phones Host tethered-sgs7e Port 2222 diff --git a/.ssh/known_hosts.d/sgs7e b/.ssh/known_hosts.d/sgs7e index c278a17..d8f0034 100644 --- a/.ssh/known_hosts.d/sgs7e +++ b/.ssh/known_hosts.d/sgs7e @@ -1 +1 @@ -[sgs7e.phones]:2222,[192.168.14.98]:2222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIXEbVO317NzGi5V7sWkzwbqUbgBzNiZouYvzpXKoD1FiywilFcMl53tYk573W6y1YVnIZBT8P9UAyinhmBHPLk= +[sgs7e.phones]:2222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIXEbVO317NzGi5V7sWkzwbqUbgBzNiZouYvzpXKoD1FiywilFcMl53tYk573W6y1YVnIZBT8P9UAyinhmBHPLk= -- 2.39.2