diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:33:55 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:33:55 -0400 |
commit | b07501892f51804412f9a93ff7ba5006505df856 (patch) | |
tree | 233c54b18ca5197df21c559e362b99ff7f7b2492 /network/corkscrew/README | |
parent | 713b570c27bc333686e9e0cef7c6cbacb2a9dcda (diff) | |
download | slackbuilds-b07501892f51804412f9a93ff7ba5006505df856.tar.gz |
network/corkscrew: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 |