@@ -0,0 +1,11 @@
#!/bin/bash
endpoint=$1
if [[ $endpoint == *:* ]]; then
host=${endpoint%:*}
port=${endpoint#*:}
mosh --ssh="ssh -p $port" $host
else
mosh $endpoint
fi
The note is not visible to the blocked user.