御世話になります。望月と申します。
今回messagesに出力されるsshにエラーについてのご質問です。
あるサーバーのsshの設定はssh2を使用したdsa公開キーによる
ログイン認証を行っております。パスフレーズは設定せずに
シェルユーザーはパスワードを使用せずに、ユーザー名と秘密キー
を使用して対象サーバーにログインする設定です。
【/etc/ssh/sshd_configの内容】
Port 22
Protocol 2
#HostKey /etc/ssh/ssh_host_key
HostDsaKey /etc/ssh/ssh_host_dsa_key
SyslogFacility AUTH
SyslogFacility AUTHPRIV
LogLevel DEBUG3
RSAAuthentication no
DSAAuthentication yes
PubkeyAuthentication yes
PermitRootLogin no
AuthorizedKeysFile .ssh/authorized_keys2
PasswordAuthentication no
PermitEmptyPasswords no
X11Forwarding yes
Subsystem sftp /usr/libexec/openssh/sftp-server
ログインの際に問題なくログインできるのですが、
messagesには以下のログが出力されます。
Dec 24 02:10:00 host1 sshd[1501]: Connection from ::ffff:xxx.xxx.xxx.xxx port 3342
Dec 23 17:10:00 host1 sshd[1502]: Failed none for user_name from ::ffff:xxx.xxx.xxx.xxx port 3342 ssh2
Dec 24 02:10:00 host1 sshd[1501]: Found matching DSA key: 96:e0:9f:83:bf:6b:6a:xx:xx:xx:xx:xx:xx:xx:xx:xx
Dec 23 17:10:00 host1 sshd[1502]: Postponed publickey for user_name from ::ffff:xxx.xxx.xxx.xxx port 3342 ssh2
Dec 24 02:10:00 hsot1 sshd[1501]: Found matching DSA key: 96:e0:9f:83:bf:6b:6a:xx:xx:xx:xx:xx:xx:xx:xx:xx
Dec 24 02:10:00 host1 sshd[1501]: Accepted publickey for user_name from ::ffff:xxx.xxx.xxx.xxx port 3342 ssh2
Dec 23 17:10:00 host1 sshd[1502]: Accepted publickey for user_name from ::ffff:xxx.xxx.xxx.xxx port 3342 ssh2
※IPアドレスと、キーの部分はxにてふせさせていただいております。
このログの部分の、
Failed none for user_name from ・・・・
この部分が気になります。
同じような経験をされたことがある管理者の方がいましたらどうか
ご教授お願い致します。