diff --git a/iso/builder/build.sh b/iso/builder/build.sh index d5fbf4a..e184a09 100755 --- a/iso/builder/build.sh +++ b/iso/builder/build.sh @@ -82,7 +82,7 @@ else echo "SSH authorized_keys: $FOUND key(s) from ~/.keys/*.key.pub" else echo "WARNING: no SSH public keys found — falling back to password auth" - echo " root password will be set to: bee / eeb" + echo " SSH login: bee / eeb (user created by bee-sshsetup at boot)" echo " (generate a key with: sh keys/scripts/keygen.sh )" USE_PASSWORD_FALLBACK=1 fi