From 654d626159e1fab6bb6cd85c4ad593ea260c3195 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 16 Nov 2018 03:20:37 -0500 Subject: ssh privkeys can't be world-readable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a302c2..43292f8 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ submodules : @git submodule update --init --recursive install :: all $(INSTALLED) - @chmod 600 config/msmtp/config + @chmod 600 config/msmtp/config ssh/cao_key @chmod 700 gnupg $(ECHO) Installed into $(INTO) -- cgit v1.2.3-54-g00ecf