think tank forum

technology » ssh web proxy available?

dannyp's avatar
17 years ago
link
dannyp
dʎuuɐp
asemi, I was wondering if thehomerow had an ssh web proxy enabled?

Also, do any of you know who might own a server and allow friendly ttf users to utilize their web proxy?

I know I can go search the web for them, but it would be nice for the servers and proxies to be owned by people I know.

thanks!
lucas's avatar
17 years ago
link
lucas
i ❤ demo
i have a server

what do i need to do
 
17 years ago
link
dbrown
@dp: are you just wanting to tunnel traffic through ssh? if that's the case, lucas you just need the ssh daemon running and it's all on dp's configs within putty or the appropriate app
asemisldkfj's avatar
17 years ago
link
asemisldkfj
the law is no protection
I have sshd running. not sure if that means you can tunnel traffic. I only have about 768 Kbps upload, so tread lightly :).
dannyp's avatar
17 years ago
link
dannyp
dʎuuɐp
I can do the tunnel fine, but I'm having issues connecting it to a web proxy.
asemisldkfj's avatar
15 years ago
r1, link
asemisldkfj
the law is no protection
I am tunneling through home right now!!
nny's avatar
15 years ago
link
nny
M̮͈̣̙̰̝̃̿̎̍ͬa͉̭̥͓ț̘ͯ̈́t̬̻͖̰̞͎ͤ̇ ̈̚J̹͎̿̾ȏ̞̫͈y̭̺ͭc̦̹̟̦̭̫͊̿ͩeͥ̌̾̓ͨ
yeah i use squid on a shell server i compiled it locally and ran it on a high numbered port on localhost... then ssh tunneled it to a localhost port on my machines... so even when wireless all my web traffic is encrypted... additionally i tunnel to canada.
asemisldkfj's avatar
15 years ago
link
asemisldkfj
the law is no protection
I've been tunneling my personal traffic from work through home (Firefox + PuTTY), and just found an awesome tip to tunnel DNS requests.
Carpetsmoker's avatar
15 years ago
r1, link
Carpetsmoker
Martin
I just run my SSH server on port 443 and use proxytunnel, it is very simple.
In putty Proxy command:
proxytunnel.exe -q -p 192.168.1.6:8080 -d %host:%port -P user:pass

You could also run SSH on port 22, and redirect traffic from port 443 to 22 ... Or use Apache proxy so you can still run a https webserver ...
dannyp's avatar
15 years ago
link
dannyp
dʎuuɐp
ah good stuff carpetsmoker, asemi!