Skip to main content

All Questions

Tagged with
0 votes
1 answer
4k views

Trying to make an https call through an ssh tunnel (to bypass a firewall)

I have a bastion server which has access to another server which is otherwise unavailable to the outside world. I am trying to make it so that I can make an https web call to hit an endpoint on the ...
0 votes
1 answer
113 views

SSH through HTTPS without a proxy

Is it possible to ssh through HTTPS without a proxy, using normal tools, like ThinVNC does? The network is closed from the outside world, only access to websites is allowed, and that's only through a ...
0 votes
1 answer
402 views

Running multiple virtual hosts behind stunnel

I am currently running a setup designed to let me ssh into my server through firewalls, using stunnel and port 443, while also running a webserver from that same machine. This is demonstrated in the ...
0 votes
1 answer
2k views

NGINX SSH stream based on hostname

Is possible to configure a proxy for SSH based on the hostname? Such as: |-> host1.domainexample1.com |-> host2.domainexample1....
25 votes
4 answers
66k views

Is it possible to tunnel https traffic via ssh tunnel with standard ssh-programs?

Can I reroute the https traffic (of an svn repository) via ssh-tunnel. The problem is that the the services that use https don't work if I just create one tunnel for listening with e.g.: ssh -L ...
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 ...
1 vote
1 answer
1k views

Git: Is it possible to PUSH via HTTPS while the Port 22 outbound is blocked?

In our development environment, outgoing Port 22 are blocked. And I assume the git push .. command sends the files via SSH/22. We're using BitBucket. Is it possible to git push using HTTPS protocol ...
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: ...
0 votes
2 answers
3k views

Bypassing workplace HTTP proxy (using SSH, or other)

The workplace proxy (from here workproxy) is on port 8080; it requires NTLM authentication. I've been able to achieve this using NTLMAPS. I've tested NTLMAPS using all of my browsers, and the manual ...
1 vote
1 answer
2k views

SSH tunnel to access third-party HTTPS pages?

Is it possible to access third-party HTTPS pages over an SSH tunnel? I have to access third-party websites with tight security rules from home-office. Due to the security rules, only access from my ...
29 votes
1 answer
9k views

Why is SSH safer than HTTPS on direct connections to a Git Repository with Credentials

Well, consider that the credentials are stored in a non secure manner somewhere on the file-system (default options on Ubuntu). There are quite a few sites which tell you that using SSH is more secure ...
0 votes
0 answers
1k views

Cannot connect to reverse forwarded port 443 on AWS EC2 instance

I have a web server which is sat behind Carrier Grade NAT and therefore needs an external server to give me a stable IP address. To this end I have an AWS EC2 instance running SLES, and I have a ...
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 ...
0 votes
0 answers
73 views

Using HTTPS over HTTP for requests between servers in a subnet AWS?

Are there any reasons to use HTTPS instead of HTTP for requests between my servers running in a private subnet on AWS? All requests going in/out of the subnet will done via HTTPS to prevent sniffing. ...
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, ...

15 30 50 per page