Use of <filename> denied for <hostname>
Use of host-based authentication is denied for the host in server configuration.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
hostbased-authentication (rhosts) refused for <loginname>
no .shosts or .rhosts files and no system-wide files (ie:
/etc/shosts.equiv)
The required files for host-based authentication are missing.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
hostbased-authentication (rhosts) refused for <loginname>:
no home directory <directory>
The user's home directory does not exist.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
hostbased-authentication (rhosts) refused for <loginname>:
bad ownership or modes for home directory.
If the StrictModes
option for the server is switched on,
then this message means that the user's home directory is not owned by
either the user or the root, or that its permission bits are not
correct.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
hostbased-authentication (rhosts) refused for <loginname>:
bad modes for <file>
If the StrictModes
option for the server is switched on,
then this message means that the user's .rhosts
file is not
owned either by the user or by the root, or that its permission bits are not
correct.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
hostbased-authentication (rhosts) refused: client user
<loginname>, server user <loginname>, client host
<hostname>.
The host-based authentication attempt has failed.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Hostbased: User <loginname>'s client host certificate not
valid, error: <error>.
The host certificate sent by the client during host-based authentication could not be successfully validated.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Certificate does not contain client hostname
<hostname>.
The host certificate sent by the client during host-based authentication does not contain the client's hostname.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Received certificate could not be decoded
The host certificate sent by the client during host-based authentication could not be decoded.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_NOTICE
Could not extract public key from received certificate
Extracting the public key from the received certificate failed during host-based authentication.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_NOTICE
Hostbased: Crypto operation failed for public key (for user
<loginname>).
Changing the hashing scheme in the public key failed in host-based authentication.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Hostbased authentication failed for
<loginname>.
Verifying the signature failed in host-based authentication.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Hostbased authentication for user <loginname>
accepted.
Authentication using the host-based authentication method succeeded for the user.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_NOTICE
Error decoding "hostbased" packet.
Decoding the host-based authentication protocol packet failed.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Client gave us a hostname (<hostname>) which doesn't match
the one we got from DNS (<hostname>) (sending failure)
The server has been configured to use strict hostname checking and the hostname obtained using reverse DNS lookup does not match the one in the host-based authentication packet.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Client gave us a hostname (<hostname>) which doesn't match
the one we got from DNS (<hostname>) (trusting that client is valid,
if signature verification succeeds)
The hostname obtained using reverse DNS lookup does not match the one in the host-based authentication packet, but the server does not require a match.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Invalid packet. (extra data at end)
The received packet in host-based authentication contains extra data and will be discarded as invalid.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Client's public key algorithms are not supported by us. (client
sent <algorithmname>)
The public key sent by the client in host-based authentication uses a public key algorithm not supported by the server.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
Couldn't find or create user <loginname>'s .ssh2
directory.
The user's .ssh2
directory could not be found or created
in host-based authentication.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING
The public key stored in <filename> and the one given by
the client were different.
The host key sent by the client and the one stored in the known host keys directory differ in host-based authentication.
Facility: SSH_LOGFACILITY_AUTH
Level: SSH_LOG_WARNING