openbsd-ports/security/ctunnel/patches/patch-README
ajacoutot 0f43a16b03 Import ctunnel-0.2
ctunnel is a software for proxying and forwarding TCP connections via 
a cryptographic tunnel.
ctunnel can be used to secure any existing TCP based protocol, such 
as HTTP, VNC, Telnet, FTP, RSH, MySQL, etc.
You can also chain/bounce connections to any number of intermediary hosts.

from Pierre-Emmanuel Andre <pea@raveland.org>, thanks!
2008-10-01 16:12:55 +00:00

22 lines
649 B
Plaintext

$OpenBSD: patch-README,v 1.1.1.1 2008/10/01 16:12:55 ajacoutot Exp $
--- README.orig Wed Oct 1 13:39:34 2008
+++ README Wed Oct 1 13:39:55 2008
@@ -49,7 +49,7 @@ Examples
On the server machine (10.0.0.4 running the vnc server) we'll also run ctunnel.
- ./ctunnel -H 127.0.0.1 -s -l 2222 -f 2221 -C aes-256-cfb
+ ./ctunnel -H 127.0.0.1 -s -l 2222 -f 5901 -C aes-256-cfb
On the client machine (10.0.0.2) we run vncviewr throught the tunnel.
@@ -70,7 +70,7 @@ Examples
Server/10.0.0.4
- ./ctunnel -s -H 127.0.0.1 -l 2222 -f 2223 -C aes-256-cfb
+ ./ctunnel -s -H 127.0.0.1 -l 2222 -f 3306 -C aes-256-cfb
Client