Advertisement
crystallfoxx

Comandos para Tunel SSH con PuTTY

Oct 31st, 2015
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Como crear un TΓΊnel SSH con PuTTY: https://youtu.be/rfkV6p8wlBo
  2.  
  3. tightvncserver -kill :1
  4. tightvncserver :1 -localhost -geometry 1024x768 -depth 16
  5.  
  6. sed 's/:1 -geometry/:1 -localhost -geometry/g' -i /etc/rc.local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement