2022년 8월 23일 화요일

VNC SSH Tunnel

 
ssh -L localport:host:remoteport username@serverhost

example)

connecting remote host from local desktop

ssh -L 7777:localhost:5900 USER@REMOTE_HOST


in VNC
localhost:7777 reaches out to REMOTE_HOST:5900

 

 

댓글 없음:

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...