X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/1b94e7ee3040fa3957a3555a2aa30a8af0392c00..10ea56e4561fde4b9805d343093993ab52350f7a:/.ssh/Makefile diff --git a/.ssh/Makefile b/.ssh/Makefile index 25b571f..fcd46f6 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -1,4 +1,5 @@ all: known_hosts authorized_keys config + @chmod -R og= . .PHONY: all known_hosts: $(wildcard known_hosts.d/*) @@ -7,7 +8,7 @@ known_hosts: $(wildcard known_hosts.d/*) echo; \ echo "### from $$f:"; \ cat $$f; \ - done >> $@ + done > $@ authorized_keys: $(wildcard authorized_keys.d/*) touch $@ @@ -15,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