From aad308e7ae39889d1cdc9977b11e3ba542294543 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 15 Dec 2016 15:38:19 +0100 Subject: [PATCH] Update shellinabox_sshwrapper.sh --- shellinabox_sshwrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellinabox_sshwrapper.sh b/shellinabox_sshwrapper.sh index c7369a5..02e0d7e 100644 --- a/shellinabox_sshwrapper.sh +++ b/shellinabox_sshwrapper.sh @@ -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; #