diff --git a/installer/install.sh b/installer/install.sh index fe8484e4..05fb622b 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -343,6 +343,8 @@ sed -i 's#127.0.1.1.*#127.0.1.1\t'"$myHOST"'#g' /etc/hosts 2>&1 | dialog --title sed -i 's#Port 22#Port 64295#' /etc/ssh/sshd_config 2>&1 | dialog --title "[ SSH listen on tcp/64295 ]" $myPROGRESSBOXCONF sed -i 's#\#PasswordAuthentication yes#PasswordAuthentication no#' /etc/ssh/sshd_config 2>&1 | dialog --title "[ SSH password authentication only from RFC1918 networks ]" $myPROGRESSBOXCONF tee -a /etc/ssh/sshd_config 2>&1>/dev/null <