From b317a84d876e1d6595ce0c8f222b04224a4f0aa3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 16 May 2026 14:29:40 +0200 Subject: Display randomart when ssh:ing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- ssh/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ssh/Makefile') diff --git a/ssh/Makefile b/ssh/Makefile index 4a3dba4..394819b 100644 --- a/ssh/Makefile +++ b/ssh/Makefile @@ -11,6 +11,7 @@ install: printf '# %s\n' 'THIS FILE IS GENERATED from ~/.dotfiles/ssh/Makefile' \ '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' > .ssh-config chmod -- 600 .ssh-config + printf '%s\n\t\n' 'Host *' 'VisualHostKey yes' > .ssh-config if test -f config; then \ ../cat-with-head -- config >> .ssh-config; \ fi -- cgit v1.2.3-70-g09d2