SSH/5/SSH_QX_USER_LOGIN_FAIL: The SSH user failed to login. (ServiceType=[ServiceType], FailedReason=[FailedReason], UserName=[UserName], Tei=[Tei], TransNo=[TransNo])
In VS mode, this log is supported only by the admin VS.
Parameter Name | Parameter Meaning |
---|---|
ServiceType |
Type of service: STelnet, SNETCONF, or SFTP |
FailedReason |
User login failed reason |
UserName |
User login name |
Tei |
Tei. |
TransNo |
Indicates the transaction number |
Cause 1: The SSH user does not exist.
Cause 2: SSH Services are not enabled.
Cause 3: RSA key does not exist on server.
Cause 4: A deny rule is set for the IP address in ACL.
Cause 5: The user name or password is incorrect.
Cause 6: Maximum sessions are reached.
Cause 7: Permissions are not there for user default directory.
Cause 8: The SSH server does not support SSHv1.
Cause 1: Check SSH user exist or not.
Cause 2: Check SSH Server is enabled.
Cause 3: Check RSA key exist on server.
Cause 4: Check any ACL deny is not set for this IP address.
Cause 5: Check the user name or password.
Cause 6: Check the maximum sessions.
Cause 7: Check for the permissions of user default directory.
Cause 8: Check the supported SSH versions using the display ssh server status command, and use a correct SSH version to log in to the system. SSHv1 is insecure and therefore not recommended.