Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] UNS: accessing git through a firewall

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] UNS: accessing git through a firewall
  • Date: Fri, 26 Feb 2010 02:37:41 +0100


Outbound access is allowed to the following services: Telnet, FTP, HTTP,
HTTPS, DNS, IMAP, POP3 and SMTP

It is fun that Telnet is allowed and SSH forbidden.


access on the port you'd be sending to. Rerouting things on your end
would be easy using ssh port forwarding, so for example you could route
your git traffic over https. The SMGL server (to my knowledge), however,
does not support git pushes over https (either using the https protocol
and doing a true https push, or ssh over the https port).

If firewall checks only port numbers it is possible to set port forwarding on server from 80 or 443 to 22 and vice versa.
It is also possible to use some multiplexer, for example http://www.rutschle.net/tech/sslh.shtml allowing to run https and ssh on the same port.
Of course you can use tunnels, for example http://proxytunnel.sourceforge.net/

--
Ladislav Hagara






Archive powered by MHonArc 2.6.24.

Top of Page