ありがとうございます。
とりあえずキーボード周りはユーティリティなどありませんし、全くノーマルです。パスワードも、root以外はすべてノンパスにしています。
で、system.logを見たところ、以下の部分が該当するようです。
パスワードがないのが逆にダメなんでしょうか。
Apr 17 05:40:32 localhost xinetd[333]: START: ssh pid=673 from=::1
Apr 17 05:40:35 localhost sshd[673]: Failed password for user from ::1 port 52687 ssh2
Apr 17 05:40:35 localhost last message repeated 2 times
で、-vにしたところ、長くなりますが、次のように言ってきました。(マシンはまた別のPowerBookです)
どうもgssapiというところで蹴られているようですが、具体的にどこを修正したら良いのか・・・?
[PowerBookG4:〜] user% ssh -v localhost
OpenSSH_3.6.1p1+CAN-2004-0175, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: Connecting to localhost [::1] port 22.
debug1: Connection established.
debug1: identity file /Users/user/.ssh/identity type -1
debug1: identity file /Users/user/.ssh/id_rsa type -1
debug1: identity file /Users/user/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.6.1p1+CAN-2004-0175
debug1: match: OpenSSH_3.6.1p1+CAN-2004-0175 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.6.1p1+CAN-2004-0175
debug1: An invalid name was supplied
Configuration file does not specify default realm
debug1: An invalid name was supplied
A parameter was malformed
Validation error
debug1: An invalid name was supplied
Configuration file does not specify default realm
debug1: An invalid name was supplied
A parameter was malformed
Validation error
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'localhost' is known and matches the RSA host key.
debug1: Found key in /Users/user/.ssh/known_hosts:2
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive
debug1: Next authentication method: gssapi
debug1: An invalid name was supplied
Configuration file does not specify default realm
debug1: An invalid name was supplied
Configuration file does not specify default realm
debug1: Next authentication method: publickey
debug1: Trying private key: /Users/user/.ssh/identity
debug1: Trying private key: /Users/user/.ssh/id_rsa
debug1: Trying private key: /Users/user/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive
debug1: Next authentication method: password
user@localhost's password:
debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive
Permission denied, please try again.
user@localhost's password:
debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive
Permission denied, please try again.
user@localhost's password:
debug1: Authentications that can continue: gssapi,publickey,password,keyboard-interactive
debug1: No more authentication methods to try.
Permission denied (gssapi,publickey,password,keyboard-interactive).
debug1: Calling cleanup 0x1c540(0x0)
(補足)
PowerMacG4:webmin、Dev tool入りだがwebmin動作不良
PowerBookG4:Dev tool入り、webminインストール後削除
PowerMacG5:ノーマル
いずれも10.3.8で、自分自身にssh localhostでログイン不可。