aboutsummaryrefslogtreecommitdiffstats
path: root/ssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/Makefile')
-rw-r--r--ssh/Makefile1
1 files changed, 1 insertions, 0 deletions
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