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
Branches
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
# #
# Aufgaben: # Aufgaben:
# - gibt dem Wrapper fuer SSH Connections zu Git X-Rechte # - gibt dem Wrapper fuer SSH Connections zu Git X-Rechte
# - minimiert Rechte auf SSH Keyfiles
# #
# 2013-11-12 axel.hahn@iml.unibe.ch # 2013-11-12 axel.hahn@iml.unibe.ch
# ====================================================================== # ======================================================================
...@@ -13,3 +14,4 @@ cd `dirname $0` ...@@ -13,3 +14,4 @@ cd `dirname $0`
cd .. cd ..
ls -l shellscripts/gitsshwrapper.sh && chmod 755 shellscripts/gitsshwrapper.sh && ls -l shellscripts/gitsshwrapper.sh 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