Updated manual page

git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@92 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Mark Janssen 2006-02-06 12:51:45 +00:00
parent 74e69f90e7
commit f7cbcfde07
2 changed files with 9 additions and 20 deletions

View file

@ -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 <maniac@maniac.nl>
- Updated to v1.2.3
- Updated to v1.6.0
* Tue Nov 21 2001 Ralph Loader <suckfish@ihug.co.nz>
- Created.

25
debian/proxytunnel.1 vendored
View file

@ -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
<suckfish@ihug.co.nz>)
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