From 4b6a2501265a173827f487c203c7dc5e52ccb3c1 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 20 Feb 2024 19:16:17 -0500 Subject: [PATCH] Add sniffr config --- configs/ssh/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/ssh/config b/configs/ssh/config index 831b512..a03c938 100644 --- a/configs/ssh/config +++ b/configs/ssh/config @@ -5,7 +5,8 @@ Host * !*.github.com !github.com IdentityFile %d/.ssh/id_ed25519 IdentityFile %d/.ssh/id_rsa # VisualHostKey yes - VerifyHostKeyDNS ask + #VerifyHostKeyDNS ask + # Github SSH adapter for restricted networks Host github.com gist.github.com @@ -35,6 +36,9 @@ Host 10.80.0.218 PubkeyAcceptedKeyTypes +ssh-rsa HostKeyAlgorithms=+ssh-rsa +Host sniffr.home + User pi + # Default hostnames I may encounter in the wild Host openrepeater.local HostName openrepeater.local