Re: SSH Connecting through Firewall
From: Jens Weibler (news_at_jensthebrain.de)
Date: 01/10/05
- Previous message: Marc Poulhičs: "Re: SSH Connecting through Firewall"
- In reply to: Andreas Jaeger: "SSH Connecting through Firewall"
- Next in thread: Andrew Schulman: "Re: SSH Connecting through Firewall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 10 Jan 2005 16:51:43 +0100
Andreas Jaeger wrote:
> We have a CVS server that accepts SSH connections only. Some
> developers work behind a restricted firewall. This firewall basically
> allows HTTP, HTTPS, FTP connections using a proxy server.
>
> Is there any way to get SSH clients to use such a configuration to
> reach SSH servers in the world?
you could use an http-tunneltool but then you have to open Port 80 on
your firewall or you take an additional host between them:
Dev -> Proxy -> httpTunnel -> SSH/CVS
But please tell your developers that they might get fired when using
that tools (security policy - the rules have a reason)..
Maybe you can migrate to subversion - this protocol supports http over
a proxy (webdav)..
-- Jens
- Previous message: Marc Poulhičs: "Re: SSH Connecting through Firewall"
- In reply to: Andreas Jaeger: "SSH Connecting through Firewall"
- Next in thread: Andrew Schulman: "Re: SSH Connecting through Firewall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|