Results 1 to 3 of 3

Thread: ssh tunnel over HTTP public proxy

  1. #1
    Junior Member
    Join Date
    Feb 2006
    Location
    INDIA
    Posts
    5

    Talking ssh tunnel over HTTP public proxy

    hi every one can anybody tell me,how to ssh tunnel through public peroxy?

  2. #2
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    If you use WinSCP you can use proxys

  3. #3
    Senior Member Godsrock37's Avatar
    Join Date
    Jan 2005
    Location
    PA
    Posts
    121
    who are you sshing to? the proxy server?

    generally its pretty straightforward and i may misunderstand what you are asking, but on linux the command is:
    Code:
    ssh -L localport:server-tunneling-to:remoteport ssh-server
    where ssh-server is the ip of the server you want to ssh to (i think your public proxy), server-tunneling-to is the ip of the server you're tunneling to (your public proxy again?) and local port is the port you want to connect your browser or w/e application onto the tunnel, remote port is the tunnel they want you to connect to

    on windows use putty and its under ssh tunnels, same stuff is required

    hopefully thats what you want

    a way i commonly use ssh tunnels is like this

    ssh -l myusername -L 10000:blocked.domain:80 my.home.server

    then i go to localhost:10000 in firefox and i have blocked.domain

    hopefully that helps
    if God was willing to live all out for us, why aren't we willing to live all out for Him? God bless,
    Godsrock37
    my home my forum

Similar Threads

  1. Port List
    By ThePreacher in forum Miscellaneous Security Discussions
    Replies: 17
    Last Post: December 14th, 2006, 09:37 PM
  2. Proxies
    By CyberGlyph in forum Web Security
    Replies: 38
    Last Post: May 31st, 2005, 04:18 AM
  3. Security Basics by Sharepro
    By Zato in forum Newbie Security Questions
    Replies: 3
    Last Post: December 24th, 2003, 08:25 PM
  4. VB Help Reqd
    By mark_boyle2002 in forum Programming Security
    Replies: 5
    Last Post: March 28th, 2003, 01:22 PM
  5. ports
    By hatebreed2000 in forum AntiOnline's General Chit Chat
    Replies: 1
    Last Post: March 14th, 2003, 06:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •