[X2Go-Commits] [live-build-x2go] 01/01: just add ssh-keys, if comes from http

git-admin at x2go.org git-admin at x2go.org
Fri Apr 28 12:10:11 CEST 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/fvwm
in repository live-build-x2go.

commit 1d0cdda175289d4514e10a106f4d05bda37db8ab
Author: Juri Grabowski <gratuxri at gmail.com>
Date:   Fri Apr 28 12:09:01 2017 +0200

    just add ssh-keys, if comes from http
---
 config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
index 5d6ca0e..e8191da 100755
--- a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
+++ b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
@@ -38,7 +38,7 @@ if echo "$PUBKEY" | grep -q "^tftp://" ; then
         done
     fi
 else
-    while ! wget -q -O - $PUBKEYURL >/root/.ssh/authorized_keys ; do
+    while ! wget -q -O - $PUBKEYURL >>/root/.ssh/authorized_keys ; do
         echo "Waiting for SSH Public Key ..."
         sleep 5
     done

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list