Jump to content

SSH problems?


kYd

Recommended Posts

In that case it probably dosn't work becasue the HTTP Proxy (asuming your connection at collage) dosn't do any thing when you send the request becasue it expects HTTP (reguradless of SSL/TLS is layered on HTTP) requests, so if it receives any thing else it egnors them.

Link to comment
Share on other sites

Oh dam lol more bad news. Oh well I try it again and try port 80 this time if not I'll just forget it.

Cheers Sparda!

Port 80 won't work for the same reason, you will need to layer SSH over HTTP. I have no idea if any software exsists that alows you to do that :/

I know you can layer a OpenVPN connection over HTTP if thats any help at all.

Link to comment
Share on other sites

I was just going to try it just incase they are blocking the other port. If so I'll check out OpenVPN.

Cheers

Btw. You need to install OpenVPN on the computer you want to connect from... this won't work unless you have admin right, which is of course one of the problems with OpenVPN :/

Link to comment
Share on other sites

I've been able to get to an SSH server through a HTTP proxy.

I set the SSH server to port 443 and allowed port forwarding the SSH server behind the router.

Then told putty to use a HTTP proxy, and directed it to the correct proxy server.

So basically nothing special. It was a squid proxy and I don't know what kind of policies they were running it on though.

Link to comment
Share on other sites

The way you're talking about this stuff is really throwing me off.

What you should have is your home machine HM, home router HR and your laptop LT configured roughly like so:

HM:

ssh running, preferably on port 443. Yes, you can port-forward to a different port, but I find this can sometimes cause weirdness

Since you're gonna proxy from here, to your laptop (i.e. your laptop will route its internet traffic through this box) you'll want to have Privoxy running here aswell. Probably with Squid before it so that the privoxy output gets cached.

The proxy you'll be talking will be running on port ABCD. Whatever's available.

HR:

Port-forwards incoming connections on port 443 to HM port 443.

LT:

Using Putty and some proxy support you can connect to your HR on port 443. You tell it to port forward local port DCBA to remote ABCD.

You configure your browser of choice to use the proxy available to it on port DCBA. All traffic over this port gets tunned to the proxy on HM and serviced from there.

That's how I think it should be set up. There's no port-forwarding going on from your home machine to your laptop unless this is the home machine you mentioned before.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...