VNC SSH Tunneling


/ Published in: Bash
Save to your folder(s)

Encrypts traffic between host port 5900 and client port 5921 (view the forwarded traffic at `vnc://localhost:5921`).


Copy this code and paste it in your HTML
  1. ssh -LN 5921:localhost:5900 $user@$host

Report this snippet


Comments


You need to login to view comments.