1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Support username/password authentication in SOCKS 5.

[originally from svn r1972]
This commit is contained in:
Simon Tatham
2002-09-21 16:07:43 +00:00
parent 442a360fb2
commit d33c200de1
2 changed files with 67 additions and 12 deletions

View File

@ -1,4 +1,4 @@
\versionid $Id: config.but,v 1.39 2002/09/21 14:03:05 simon Exp $
\versionid $Id: config.but,v 1.40 2002/09/21 16:07:43 simon Exp $
\C{config} Configuring PuTTY
@ -1433,15 +1433,14 @@ This excludes both of the above ranges at once.
If your proxy requires authentication, you can enter a username and
a password in the \q{Username} and \q{Password} boxes.
Authentication is not supported for all forms of proxy. Currently:
Authentication is not supported for all forms of proxy:
\b Username and password authentication is supported for HTTP proxies.
\b Username and password authentication is supported for HTTP
proxies and SOCKS 5 proxies.
\b SOCKS 4 can use the \q{Username} field, but does not support
passwords.
\b PuTTY does not support authentication in SOCKS 5 at all.
\b Authentication is meaningless in Telnet proxies.
\S{config-proxy-command} Specifying the Telnet proxy command