diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 300335ef..ab4a99ca 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -153,6 +153,8 @@ To complete the installation run the following: } configure_ssh { + sed -i "s/Port .*/Port 2222/g" $rootdir/etc/ssh/sshd_config + if [[ "$SSH_PUBKEY" != "no" ]]; then if [ ! -d $rootdir/home/$MY_USERNAME/.ssh ]; then mkdir $rootdir/home/$MY_USERNAME/.ssh