From a61267164a76fc0faab5508a81127c67917617f3 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 15 May 2008 13:28:16 +0200 Subject: [PATCH] set 700 permissions on .ssh dir --- .ssh/Makefile | 1 + 1 file changed, 1 insertion(+) 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/*) -- 2.39.2