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