Merge from vendor branch TNF:
[pkgsrcv2.git] / net / corkscrew / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 How Is It Used?
5 ---------------
6 Setting up Corkscrew with SSH/OpenSSH is very simple. Adding
7 the following line to your ~/.ssh/config file will usually do
8 the trick (replace proxy.example.com and 8080 with correct values):
9
10 Host *
11         ProxyCommand ${PREFIX}/bin/corkscrew proxy.example.com 8080 %h %p
12
13 Read ${PREFIX}/share/doc/corkscrew/README for further information.
14 ===========================================================================