/ Published in: Bash
Encrypts traffic between host port 5900 and client port 5921 (view the forwarded traffic at vnc://localhost:5921).
Expand |
Embed | Plain Text
ssh -LN 5921:localhost:5900 $user@$host
You need to login to post a comment.
