From c571fd58d180f36485879f68d9010207aff8227d Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Wed, 20 Nov 2013 17:07:53 +0100 Subject: [PATCH] - Rechte auf SSH Keys im onbuild setzen --- hooks/onbuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hooks/onbuild b/hooks/onbuild index 0e002c10..d6cfcc26 100644 --- a/hooks/onbuild +++ b/hooks/onbuild @@ -5,6 +5,7 @@ # # Aufgaben: # - gibt dem Wrapper fuer SSH Connections zu Git X-Rechte +# - minimiert Rechte auf SSH Keyfiles # # 2013-11-12 axel.hahn@iml.unibe.ch # ====================================================================== @@ -13,3 +14,4 @@ cd `dirname $0` cd .. ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh +chmod 600 public_html/deployment/config/sshkeys/* \ No newline at end of file -- GitLab