From 32536954df2e8c99dd382026d77b5958bdc0a2cd Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 16 Jan 2024 19:45:16 -0800 Subject: [PATCH] ssh visual host keys --- .ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ssh/config b/.ssh/config index 2e7bc5e..3cf0859 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,5 +8,8 @@ ControlMaster auto ControlPath /tmp/%r@%h:%p ControlPersist yes +Host * + VisualHostKey yes + Host 127.0.0.1 StrictHostKeyChecking no