Tagged Questions
0
votes
1answer
15 views
Using a HTTP_PROXY present on another machine
I am sudo on computer A which has SSH access to computer B. A does not have internet access and can only access B.
B accesses the internet via an HTTP_PROXY.
The HTTP_PROXY for B cannot be used for A ...
0
votes
1answer
181 views
Connecting to SSH from behind an HTTP proxy
I'm behind a corporate network with an HTTP proxy. I also have an SSH server to reach on port 22. I don't have any kind of control over that server: I'm not root and even if I were I'm not allowed to ...
2
votes
0answers
1k views
SSH tunnel over HTTP(S) proxy (Reverse RDP)
I've been trying to accomplish this scenario:
HOST_WORK is behind non-transparent squid_proxy (its not, but to get outside you need to use it, all other packets are black-holed on gateway not to ...
2
votes
1answer
1k views
How to diagnose proxy over ssh?
Recently I've tried to set up proxy using ssh -D 2454 username@servername (to browse the Internet through ssh tunnel), but failed to do this correctly. I would be happy for any suggestions and/or ...
0
votes
1answer
217 views
Tunneling a random port ( 9700 ) through an HTTPS proxy
I would like to find a way to access port 9700, but my proxy only allows port 8080 and 443. Is there a way to tunnel through port 443 to access port 9700?
1
vote
1answer
917 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 ...
5
votes
3answers
2k views
http proxy over ssh, not socks
The question is simple, but the answer is not :
ssh -D 8080 user@host
or
ssh -gCNf -D 8080 user@host
or
wathever with -D #
I need a kind of proxy that i can use with http_proxy variable, ...
5
votes
2answers
1k views
VPN/Tunneling (SSH or otherwise) on Windows via HTTP proxy
Situation.
... +-- Computers
(to the internet) | |
- [ router / firewall ] -- [ switch ] +- [ switch ] -+-- ...