Update shellinabox_sshwrapper.sh

This commit is contained in:
Simon Rieger 2016-12-15 15:38:19 +01:00 committed by GitHub
parent 2958164a0e
commit aad308e7ae

View file

@ -2,7 +2,7 @@
# 
read -p "SSH remote host (hostname or ip address): " host;
#
read -p "SSH remote port [22]: " port;
read -p "SSH remote port (22): " port;
#
read -p "SSH remote username: " username;
#