etc/ssh/ssh_config: add VisualHostKey yes

This commit is contained in:
Aminda Suomalainen 2022-12-19 19:42:10 +02:00
parent c9251b5acd
commit caa0d5e185
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -61,3 +61,7 @@ Host *
# However with "ask" you won't be told whether the zone is signed, so
# I consider "yes" to be the least evil.
VerifyHostKeyDNS yes
# Display key ascii art on connection. Makes noticing changed keys easier,
# although it's ambiguous and similar pattern may go past unnoticed.
VisualHostKey yes