skip book previous and next navigation links
go up to top of book: HP TCP/IP Services for OpenVMS Guide to SSH HP TCP/IP Services for OpenVMS Guide to SSH
go to previous page: Using the SSH_AGENT Utility Using the SSH_AGENT Utility
go to next page: SSH Directories and FilesSSH Directories and Files
end of book navigation links

7Solving OpenVMS SSH Login Problems  



This chapter describes how to analyze and solve problems that prevent you from logging in using SSH.
NoteIn this discussion, the user is the client user who executes the SSH command, or is the user who is specified with the -l option to the SSH command.



Login is not permitted under the following conditions. In these cases, no auditing occurs.

The keyword userloginlimit has a value of zero in the SSH server configuration file. (This applies to all users.)

If any of the following conditions are true for the user on the SSH server, login is not permitted and auditing does occur:



If the user's password has expired and the connection is from an OpenVMS system to another OpenVMS system, and the disforce_pwd_expired flag is not set in the user's SYSUAF, then the user must change the password. The password dictionary, password history, and generated password lists are not used. The number of failed attempts to verify the new password is specified using the NumberOfPasswordVerificationPrompts keyword in the client configuration file.

The client user is not forced to change the password when:



In these cases, the pwd_expired flag is set in the user's SYSUAF record, so that any future attempts to login will fail if the password is not changed during the current session.

The client user login is rejected if:

Example


go to previous page: Using the SSH_AGENT Utility Using the SSH_AGENT Utility
go to next page: SSH Directories and FilesSSH Directories and Files