SSH Tunelling
Name:
Anonymous
2009-03-28 22:03
Can any of you teach me this so that I can be a /g/tard when I'm at college (god damn proxy blocks 4chan).
Will share all future knowledge with future nooblets.
inb4 under-age&. I'm 18.
P.S I'm running ubuntu on both machines and have putty but haven't used it before.
Name:
Anonymous
2009-03-28 22:07
Also, I used to download youtube videos using wireshark when I had windows, is there a similar way to do this with ubuntu?
Name:
Anonymous
2009-03-29 5:14
There is wireshark for ubuntu too, though there are sites that give you the flv. If you want to do it the hard (fun) way, then alright.
Name:
l33t Masta
2009-03-29 8:28
I know all about Ubuntu!
Name:
Anonymous
2009-03-29 10:01
Install proxychains for ubuntu.
sudo apt-get install proxychains
Then sudo vi /etc/proxychains.conf
Then read the configuration file
Name:
Anonymous
2009-03-30 2:57
Read up on the -R & -L options, mostly the later, ex:
alias vnchome='ssh -x -N -L 5900:192.168.0.1:5900 -C -c blowfish my.host'
alias azhome='ssh -x -N -L 6886:192.168.0.1:6886 -C -c blowfish my.host'