sftmb
11-05-2011, 11:07 AM
I didn't see any threads related to IT stuff. So, I figured I'll start one up. lol I currently work as a Systems Engineer for a japanese e-mail/web hosting company. most of our systems are Running the Red-Hat based CentOS. In short, that means Linux.:p
to get this thing started, I managed to get my VNC connection to my house to work over SSH the other day ^_^ It's worth tinkering around with since VNC is like FTP in the sense that it's sent via clear text. So, just about anybody can sniff your packets and pickup info.
Here's the command I used. Although instead of doing this manually you can use a utility like ssvnc to do the same thing.
[email protected] ~ $ ssh -t -L 5900:localhost:5900 [email protected] 'x11vnc -localhost -display :0'
Those interested in more info can do so here:
x11vnc: a VNC server for real X displays (http://www.karlrunge.com/x11vnc/)
to get this thing started, I managed to get my VNC connection to my house to work over SSH the other day ^_^ It's worth tinkering around with since VNC is like FTP in the sense that it's sent via clear text. So, just about anybody can sniff your packets and pickup info.
Here's the command I used. Although instead of doing this manually you can use a utility like ssvnc to do the same thing.
[email protected] ~ $ ssh -t -L 5900:localhost:5900 [email protected] 'x11vnc -localhost -display :0'
Those interested in more info can do so here:
x11vnc: a VNC server for real X displays (http://www.karlrunge.com/x11vnc/)