[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:43209] Re: ssh2での接続



東村です。

私の場合sargeですが、FreeBSD5.3(defaultSSH2only)で問題なく
RSA/DSA認証で入れてます。

> 何らかの理由で,クライアント側ユーザの識別が誤っているに一票.
私もこれが気になりました。

cat /etc/ssh_config
として中身はどうなっていますでしょうか?

</etc/ssh_config>
(snip..)
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
(snip..)

私は上記該当行をデフォルト?コメントになっていますが、
意図的に設定されていると不具合が出るかもしれませね。(未確認)


Kiyotaka ATSUMI wrote:
> 渥美です.
> 
> On Wed, 9 Mar 2005 12:12:04 +0900, Tohru Murakami wrote:
> 
>>	% ssh -i /home/tmura/.ssh/id_rsa tmura@xxxxxxxxxxx
>>     として接続すれば、ちゃんとパスフレーズを聞いてきて接続が可能です。
> 
> 
> 何らかの理由で,クライアント側ユーザの識別が誤っているに一票.
> 
> そう思う理由:
> 
>>tmura@amago:~$ ssh -v tmura@xxxxxxxxxxx
> 
>   ~~~~~
> (snip)
> 
> 
>>debug1: identity file /home/nexs/.ssh/identity type -1
> 
>                         ~~~~~~~~~~~
> 何で?
> 
> 
>>debug1: try privkey: /home/tmura/.ssh/identity
> 
>               ~~~~~~~~
> 
>>debug1: try pubkey: /home/tmura/.ssh/id_rsa
> 
>               ~~~~~~~
> 
>>debug1: authentications that can continue: publickey,keyboard-interactive
>>debug1: try privkey: /home/tmura/.ssh/id_dsa
> 
>               ~~~~~~~
> 
> ここも何でそうなるの?
> 
> --
> 静岡大学総合情報処理センター 渥美清隆
> 
> 
>