diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 14:29:40 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 14:29:40 +0200 |
| commit | b317a84d876e1d6595ce0c8f222b04224a4f0aa3 (patch) | |
| tree | aa3a1b0d790a9dea197cd05958af866d8507d082 | |
| parent | Improve git-cdiff (diff) | |
| download | dotfiles-b317a84d876e1d6595ce0c8f222b04224a4f0aa3.tar.gz dotfiles-b317a84d876e1d6595ce0c8f222b04224a4f0aa3.tar.bz2 dotfiles-b317a84d876e1d6595ce0c8f222b04224a4f0aa3.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | ssh/Makefile | 1 |
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 |
