Advertisement
rock6064

Pak

Jan 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Open file:sudo nano /etc/ssh/sshd_config
  2. changing:PubkeyAuthentication no passwordAuthentication yes
  3. sudo service ssh restart
  4. Set Password:sudo passwd user
  5. ./ngrok tcp 22
  6. tunneling port 1080
  7. inetcpl.cpl socks All .127.0.0.1:1080
  8. ENJOY!
  9.  
  10.  
  11. docker run -p 6080:80 dorowu/ubuntu-desktop-lxde-vnc
  12.  
  13. docker run -p 6080:80 -p 5900:5900 dorowu/ubuntu-desktop-lxde-vnc
  14.  
  15. docker run -p 6080:6080 -d colinhuang/wine-with-novnc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement