SSH Communications Security
Previous Next Up [Contents] [Index]

    About This Document>>
    Introduction to SSH Secure Shell >>
    Configuring SSH Secure Shell >>
    Authentication >>
    Log Messages
        Log Message Reference >>
            User Authentication - Common
            User Authentication - Host-Based
            User Authentication - Keyboard-Interactive PAM
            User Authentication - Keyboard-Interactive Password
            User Authentication - Keyboard-Interactive
            User Authentication - Kerberos TGT
            User Authentication - Kerberos
            User Authentication - PAM
            User Authentication - Password
            User Authentication - Public Key
            User Authentication - SecurID
            Certificate-specific code
            SFTP Server
            Agent Forwarding
            Session Channels
            SSH1 Agent Forwarding
            Port Forwarding
            X11 Forwarding
            Common Code
            Host Key I/O
            General Server Log Messages
            SFTP
    Using SSH Secure Shell >>
    Tool Syntax>>
    Technical Specifications >>

User Authentication - Keyboard-Interactive Password

Login with empty password denied for user

kbd-int: passwd: login with empty password denied for user
'<login-name>'.

The server policy forbids login with empty password.

Login with overtly long password denied

kbd-int: passwd: user '<login-name>' tried to login with too
long password (256)

The server does not allow logins with passwords longer than 256 characters.

Kerberos password accepted

kbd-int: passwd: kerberos password accepted for user
<login-name> (<kerberos-name>).

The server accepted the user's Kerberos password in Keyboard-Interactive password authentication.

Password accepted

kbd-int: passwd: user <login-name>'s local password accepted.

The server accepted the user's local password. This message is only generated on Windows platforms.

Password not accepted

kbd-int: passwd: wrong password given for user
'<login-name>'.

The password supplied by the client was invalid.

Password must be changed

kbd-int: passwd: user '<login-name>' forced to change
password.

The server has determined that the user's password must be changed.

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2003 SSH Communications Security Corp.
All rights reserved.
Copyright Notice