Update shellinabox_sshwrapper.sh
This commit is contained in:
parent
2958164a0e
commit
aad308e7ae
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
read -p "SSH remote host (hostname or ip address): " host;
|
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;
|
read -p "SSH remote username: " username;
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue