@@ -0,0 +1,17 @@
#!/bin/bash
clear
echo Server:
read s
echo Port:
read p
echo User:
read u
echo SOCKS5 proxy:
echo localhost:4444
echo 127.0.0.1:4444
echo 0.0.0.0:4444
ssh $u@$s -p $p -ND 4444
echo 'Disconnected.'
read -n1
The note is not visible to the blocked user.