[an error occurred while processing this directive]

HP OpenVMS Systems Documentation

Content starts here

Setting Up Password Authentication

 » Table of Contents

 » Glossary

 » Index

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:

  1. Specify the value of the AllowedAuthentications keyword as password, or omit the line. For example:

    AllowedAuthentications password

  2. Specify the number of password attempts allowed by assigning a numeric value to the PasswordGuesses keyword in this configuration file. For example:

    PasswordGuesses 4

    The default is 3 password attempts.