To enable password authentication, set the AllowedAuthentications parameter
in the SSH client host and server host configuration files to password.
No additional parameters are required. Password authentication is the default.
Setting Up Password Authentication on the Client |
|
Set the value of the AllowedAuthentications keyword
to include the word password. For example:
AllowedAuthentications password
|
Setting Up Password Authentication on the Server |
|
Set the following configuration parameters:
Specify the value of the AllowedAuthentications keyword
as password, or omit the line. For example:
AllowedAuthentications password
|
Specify the number of password attempts allowed by assigning
a numeric value to the PasswordGuesses keyword in this
configuration file. For example:
The default is 3 password attempts.