From caa0d5e1859d9f7c563d79932e5bbb49cee73977 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 19 Dec 2022 19:42:10 +0200 Subject: [PATCH] etc/ssh/ssh_config: add VisualHostKey yes --- etc/ssh/ssh_config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config index 7efa65cb..16aa44a9 100644 --- a/etc/ssh/ssh_config +++ b/etc/ssh/ssh_config @@ -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