标签: ssh ssh-tunnel
当前,我有
ssh -nNT -L 1234:localhost:1234 example.com -l tunnel echo "OK"
成功连接后,我希望它有某种消息让我知道它已成功连接。有办法吗?
在我终止连接后,上面的行只会显示“ OK”。