Fix SSH port in post-install message
- Update from port 2222 to port 22 for dropbear - Remove redundant -p flag since 22 is default SSH port 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
eb7a74e6fc
commit
555987af40
@ -326,7 +326,7 @@ echo "IMPORTANT: The LUKS passphrase is set in install.conf"
|
||||
echo "Save it securely for recovery purposes."
|
||||
echo ""
|
||||
echo "After reboot:"
|
||||
echo "- SSH to port 2222 for remote unlock: ssh -p 2222 root@<server-ip>"
|
||||
echo "- SSH to port 22 for remote unlock: ssh root@<server-ip>"
|
||||
echo "- Run 'unlock-luks' and follow the instructions to unlock LUKS"
|
||||
echo "- Once unlocked, SSH to port 22 as user '${ALMA_USER}'"
|
||||
echo "- LUKS passphrase: [see installer output]"
|
Loading…
Reference in New Issue
Block a user