1

Add sniffr config

This commit is contained in:
Evan Pratten 2024-02-20 19:16:17 -05:00
parent f703768161
commit 4b6a250126

View File

@ -5,7 +5,8 @@ Host * !*.github.com !github.com
IdentityFile %d/.ssh/id_ed25519 IdentityFile %d/.ssh/id_ed25519
IdentityFile %d/.ssh/id_rsa IdentityFile %d/.ssh/id_rsa
# VisualHostKey yes # VisualHostKey yes
VerifyHostKeyDNS ask #VerifyHostKeyDNS ask
# Github SSH adapter for restricted networks # Github SSH adapter for restricted networks
Host github.com gist.github.com Host github.com gist.github.com
@ -35,6 +36,9 @@ Host 10.80.0.218
PubkeyAcceptedKeyTypes +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms=+ssh-rsa HostKeyAlgorithms=+ssh-rsa
Host sniffr.home
User pi
# Default hostnames I may encounter in the wild # Default hostnames I may encounter in the wild
Host openrepeater.local Host openrepeater.local
HostName openrepeater.local HostName openrepeater.local