Skip to main content

All Questions

Tagged with
0 votes
1 answer
133 views

Create a HTTPS Tunnel to avoid network hard limitations

Here is my problem : At work, if I don't want to use my phone for everything I use the provided connection to the internet, that goes through a network that has strict restrictions : basically all ...
LMT-PhD's user avatar
  • 101
0 votes
0 answers
177 views

SSH reverse tunnel proxy can't open https traffic

I'm using two RaspberryPi, one of them is natted, and i've estabilished a reverse tunelling in order to reach the natted raspberry. This is the scheme A <----> B (nattedd) This is the code in B: ...
Gianfranco85Pa's user avatar
1 vote
1 answer
111 views

What exactly is ssh SOCKS mode doing?

I'm confused about how ssh dynamic port forwarding operates with https. Assuming 3 machines: A runs a web browser B runs sshd C is a web server On A, I "ssh -D 12345 user@B" and configure the ...
Mr Disgruntled's user avatar
1 vote
0 answers
226 views

SSH Wrapping with HTTPS Portable?

I was wondering if there was a way that I could wrap my ssh connection in https, even if my school supplies a certificate for https since they use smoothwall, and if I was able to do this on CENTOS, ...
Casey Malley's user avatar
0 votes
2 answers
5k views

SSH over local unix socket

I'm trying to make a tunneling application to use SSH over a HTTPS connection, with a custom client and server at each end, where the custom client opens a unix socket that can communicate with the ...
Adam M-W's user avatar
  • 553
3 votes
3 answers
2k views

How can I tunnel SSH through an HTTPS proxy?

I want to set up a SSH connection through a https proxy, using the full HTTPS / SSL stack (to disguise the SSH traffic). This should be possible using the CONNECT command on HTTPS server. What ...
Collin Kleine's user avatar