diff --git a/post-install.sh b/post-install.sh index e74c79d..2856e24 100755 --- a/post-install.sh +++ b/post-install.sh @@ -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@" +echo "- SSH to port 22 for remote unlock: ssh root@" 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]" \ No newline at end of file