From: martin f. krafft Date: Thu, 15 May 2008 11:28:16 +0000 (+0200) Subject: set 700 permissions on .ssh dir X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/a61267164a76fc0faab5508a81127c67917617f3 set 700 permissions on .ssh dir --- diff --git a/.ssh/Makefile b/.ssh/Makefile index 25b571f..2e751c2 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/*)