diff options
author | martti <martti@pkgsrc.org> | 2004-10-06 11:23:26 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-10-06 11:23:26 +0000 |
commit | eebefcfff34e4482cd814a9441d74ec34cd21369 (patch) | |
tree | 029ff64a29f4bfb4a7d9bfd675d578ffa7936f44 /net/corkscrew/MESSAGE | |
parent | 49c2032b3719bbee11fbafd3584ba498e8196296 (diff) | |
download | pkgsrc-eebefcfff34e4482cd814a9441d74ec34cd21369.tar.gz |
Corkscrew is a tool for tunneling SSH through HTTP proxies.
Diffstat (limited to 'net/corkscrew/MESSAGE')
-rw-r--r-- | net/corkscrew/MESSAGE | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/corkscrew/MESSAGE b/net/corkscrew/MESSAGE new file mode 100644 index 00000000000..90880d860c8 --- /dev/null +++ b/net/corkscrew/MESSAGE @@ -0,0 +1,14 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/10/06 11:23:26 martti Exp $ + +How Is It Used? +--------------- +Setting up Corkscrew with SSH/OpenSSH is very simple. Adding +the following line to your ~/.ssh/config file will usually do +the trick (replace proxy.example.com and 8080 with correct values): + +Host * + ProxyCommand ${PREFIX}/bin/corkscrew proxy.example.com 8080 %h %p + +Read ${PREFIX}/share/doc/corkscrew/README for further information. +=========================================================================== |