[X2Go-Commits] [live-build-x2go] 54/108: typofix - chmod 700 was chmod 600 by accident
git-admin at x2go.org
git-admin at x2go.org
Wed Mar 20 22:13:15 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.
commit 7cdade23c8ef1462e764e45aa5771eb2b14221d6
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Fri Dec 14 23:08:21 2018 +0100
typofix - chmod 700 was chmod 600 by accident
---
config/includes.chroot/lib/live/config/2250-getsshpubkeysfromserver | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/includes.chroot/lib/live/config/2250-getsshpubkeysfromserver b/config/includes.chroot/lib/live/config/2250-getsshpubkeysfromserver
index 0326ee5..8a27c3e 100755
--- a/config/includes.chroot/lib/live/config/2250-getsshpubkeysfromserver
+++ b/config/includes.chroot/lib/live/config/2250-getsshpubkeysfromserver
@@ -34,7 +34,7 @@ fi
# Set Keyfile
#
mkdir -p /root/.ssh
- chmod 600 /root/.ssh
+ chmod 700 /root/.ssh
touch /root/.ssh/authorized_keys
chmod 600 /root/.ssh/authorized_keys
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
More information about the x2go-commits
mailing list