diff options
Diffstat (limited to 'network/corkscrew/README')
-rw-r--r-- | network/corkscrew/README | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/network/corkscrew/README b/network/corkscrew/README index adc964e457..69959f4767 100644 --- a/network/corkscrew/README +++ b/network/corkscrew/README @@ -1,13 +1,12 @@ -Corkscrew is a tool for tunneling SSH through HTTP proxies. -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): +Corkscrew is a tool for tunneling SSH through HTTP proxies. 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): ProxyCommand /usr/bin/corkscrew proxy.example.com 8080 %h %p -Basic HTTP authentication is also supported, you will need to create a file -that contains your usename and password -in the form of: +Basic HTTP authentication is also supported, you will need to create a +file that contains your usename and password in the form of: username:password |