You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/05/19 11:00:02 UTC

[WIKI-UPDATE] CvsAndFirewalls Mon May 19 11:00:02 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=CvsAndFirewalls , version: 3 on Mon May 19 08:40:58 2003 by 195.216.81.146

- * [ProxyTunnel|http://proxytunnel.sourceforge.net/] - ''ProxyTunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy. We mostly use it to tunnel SSH sessions through HTTP(S) proxies, allowing us to do many things that wouldn't be possible without ProxyTunnel.''. Not tested either, please add a note here if you know more about it.
+ * [ProxyTunnel|http://proxytunnel.sourceforge.net/] - ''ProxyTunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy. We mostly use it to tunnel SSH sessions through HTTP(S) proxies, allowing us to do many things that wouldn't be possible without ProxyTunnel.''. Not tested either, please add a note here if you know more about it.\\We use this at places where a proxy and firewall restricts access to CVS or other services outside the net being protected by them. The main issue with it is that you'll have a SSH daemon running in the internet that listens on port 443 (the HTTPS port) to create the tunnel.