mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-29 15:54:48 -05:00
Add section on "Access denied". This was mostly inspired by the password
camouflage problems with SSH-1.5-OSU_1.4alpha3. [originally from svn r3358]
This commit is contained in:
parent
8cc836095e
commit
ef14e3959a
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: errors.but,v 1.6 2003/03/18 09:03:31 simon Exp $
|
\versionid $Id: errors.but,v 1.7 2003/07/12 13:25:43 jacob Exp $
|
||||||
|
|
||||||
\C{errors} Common error messages
|
\C{errors} Common error messages
|
||||||
|
|
||||||
@ -144,6 +144,24 @@ type of message, the first thing you should do is check your
|
|||||||
the server may have sent diagnostic messages explaining exactly what
|
the server may have sent diagnostic messages explaining exactly what
|
||||||
problem it had with your setup.
|
problem it had with your setup.
|
||||||
|
|
||||||
|
\H{errors-access-denied} \q{Access denied}, \q{Authentication refused}
|
||||||
|
|
||||||
|
Various forms of this error are printed in the PuTTY window, or
|
||||||
|
written to the PuTTY Event Log (see \k{using-eventlog}) during
|
||||||
|
authentication.
|
||||||
|
|
||||||
|
If you see one of these messages, it means that the server has refused
|
||||||
|
all the forms of authentication PuTTY has tried and it has no further
|
||||||
|
ideas.
|
||||||
|
|
||||||
|
It may be worth checking the Event Log for diagnostic messages from
|
||||||
|
the server giving more detail.
|
||||||
|
|
||||||
|
This error can be caused by buggy SSH-1 servers that fail to cope with
|
||||||
|
the various strategies we use for camouflaging passwords in transit.
|
||||||
|
Upgrade your server, or use the workarounds described in
|
||||||
|
\k{config-ssh-bug-ignore1} and possibly \k{config-ssh-bug-plainpw1}.
|
||||||
|
|
||||||
\H{errors-crc} \q{Incorrect CRC received on packet} or \q{Incorrect
|
\H{errors-crc} \q{Incorrect CRC received on packet} or \q{Incorrect
|
||||||
MAC received on packet}
|
MAC received on packet}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user