Skip to content
Snippets Groups Projects
Commit c571fd58 authored by hahn's avatar hahn
Browse files

- Rechte auf SSH Keys im onbuild setzen

parent 9b75a0fb
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment