From f7cbcfde0746424de692b62267c840b4c7d49622 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Mon, 6 Feb 2006 12:51:45 +0000 Subject: [PATCH] Updated manual page git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@92 bc163920-b10d-0410-b2c5-a5491ca2ceef --- contrib/proxytunnel.spec | 4 ++-- debian/proxytunnel.1 | 25 +++++++------------------ 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/contrib/proxytunnel.spec b/contrib/proxytunnel.spec index 9032440..833e100 100644 --- a/contrib/proxytunnel.spec +++ b/contrib/proxytunnel.spec @@ -1,6 +1,6 @@ Summary: Proxy Tunnel ssh-over-https hack. Name: proxytunnel -Version: 1.2.3 +Version: 1.6.0 Release: 0.1 Copyright: GPL Group: Networking/Utilities @@ -36,6 +36,6 @@ rm -rf ${RPM_BUILD_ROOT}/usr/ %changelog # Tue Nov 2 2004 Mark Janssen -- Updated to v1.2.3 +- Updated to v1.6.0 * Tue Nov 21 2001 Ralph Loader - Created. diff --git a/debian/proxytunnel.1 b/debian/proxytunnel.1 index 659453a..c819dd8 100644 --- a/debian/proxytunnel.1 +++ b/debian/proxytunnel.1 @@ -49,19 +49,13 @@ The username to send to HTTPS proxy for authentification. The password to send to HTTPS proxy for authentification. .TP .B \-g STRING, \-\-proxyhost=STRING -The HTTPS Proxy hostname to connect to. +The HTTPS Proxy host:port combo to connect to. .TP -.B \-G INT, \-\-proxyport=INT -The HTTPS PRoxy prot number to connect to. +.B \-d STRING, \-\-dest=STRING +The destination host:port to built the tunnel to. .TP -.B \-d STRING, \-\-desthost=STRING -The destination hostname to built the tunnel to. -.TP -.B \-D INT, \-\-destport=INT -The destination prot number to built the tunnel to. -.TP -.B \-n, \-\-dottedquad -Convert destination hostname to dotted quad. +.B \-r STRING, \-\-remproxy=STRING +The second-level proxy host:port to connect to. .TP .B \-v, \-\-verbose Turn on verbosity. Default is off. @@ -77,19 +71,14 @@ Host foobar .br ProtocolKeepAlives 30 .br - ProxyCommand /usr/bin/proxytunnel -g proxy.customer.com -G 8080 -u user --s password -d mybox.athome.nl -D 443 + ProxyCommand /usr/bin/proxytunnel -p proxy.customer.com:8080 -u user +-s password -d mybox.athome.nl:443 If your proxy doesn't require the username and password for using it, you can skip these options. If you want to run proxytunnel from inetd add the '--inetd' option. -If you have a broken proxy and use a destination host with dynamic DNS, -add the -n or --dottedquad, the DNS name will then be resolved locally -before sending it to the proxy. (Original patch from Ralph Loader -) - Most HTTPS proxies do not allow access to ports other than 443 (HTTPS) and 563 (SNEWS), so some hacking is necessary to start the SSH daemon on the required port. (On the server side add an extra Port statement in