X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=5ce3605ac67a7e335211f15a93e5c83d97a16576;hb=4bd97266e53cc34f98a57a18756152d1610a7961;hp=a68e9d42f846c51278f7e54bf8d26fd141e86455;hpb=db0f54cc6f8db11d57102ae553e758721e6d1b4f;p=bootcd.git diff --git a/build.sh b/build.sh index a68e9d4..5ce3605 100755 --- a/build.sh +++ b/build.sh @@ -353,12 +353,18 @@ EOF # build/passwd copied out by prep.sh sed -e "s@^root:[^:]*:\(.*\)@root:$ROOT_PASSWORD:\1@" ${VARIANT}/passwd >$OVERLAY/etc/passwd - # recent bootCDs rely on a standard systemd startup sequence - # so allow debug key to enter in this context whenever that makes sense - mkdir -p $OVERLAY/root/.ssh - chmod 700 $OVERLAY/root/.ssh - cp $PLC_DEBUG_SSH_KEY_PUB $OVERLAY/root/.ssh/authorized_keys - chmod 600 $OVERLAY/root/.ssh/authorized_keys +# this is more harmful than helpful +# idea being, since we start a full-featured fedora system now, it would +# have been nice to be able to enter sshd very early on - before bm has even been downloaded +# however somehow it appears that these lines ruin all chances to enter ssh at all +# either early or even later on; +# plus, it is unclear what this would give on non=systemd nodes, so I am backing off for now +# # recent bootCDs rely on a standard systemd startup sequence +# # so allow debug key to enter in this context whenever that makes sense +# mkdir -p $OVERLAY/root/.ssh +# chmod 700 $OVERLAY/root/.ssh +# cp $PLC_DEBUG_SSH_KEY_PUB $OVERLAY/root/.ssh/authorized_keys +# chmod 600 $OVERLAY/root/.ssh/authorized_keys # Install node configuration file (e.g., if node has no floppy disk or USB slot) if [ -f "$NODE_CONFIGURATION_FILE" ] ; then