X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/a61267164a76fc0faab5508a81127c67917617f3..10ea56e4561fde4b9805d343093993ab52350f7a:/.ssh/Makefile?ds=sidebyside diff --git a/.ssh/Makefile b/.ssh/Makefile index 2e751c2..fcd46f6 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -8,7 +8,7 @@ known_hosts: $(wildcard known_hosts.d/*) echo; \ echo "### from $$f:"; \ cat $$f; \ - done >> $@ + done > $@ authorized_keys: $(wildcard authorized_keys.d/*) touch $@ @@ -16,7 +16,7 @@ authorized_keys: $(wildcard authorized_keys.d/*) echo; \ echo "### from $$f:"; \ cat $$f; \ - done >> $@ + done > $@ SSH_VERSION = $(shell ssh -V 2>&1) config: config.in