vine-users ML アーカイブ



[vine-users:075221] Re: SSHの 設定が上手くいかない

  • From: Reika Honda <sairisu_milicasia@xxxxxxxxxxx>
  • Subject: [vine-users:075221] Re: SSHの 設定が上手くいかない
  • Date: Thu, 16 Nov 2006 21:00:05 +0900
本多です

新しいユーザーを作り、

$ ssh -2 192.168.1.23

を実行してみました。

The suthenticity of host '192.168.1.23 (192.168.1.23)' can't be established.
RSA key Fingerprint is 8c:97:a6:34:98:c5:56:41:3f:7e:88:dd:32:df:d4:8c.
Are you sure you want to continue connecting (yes/no)? yes     << yesと入力
Warning: Permanently added '192.168.1.23' (RSA) to the list of known hosts.
Permission denied (publickey).

なにやら警告が出ています。
リストを変更できませんと言う意味ですか?

ssh設定は
/etc/ssh/sshd_config
の内容を書き換えて

他は変更していません。

Zembutsu Masahito wrote:
>  こんばんは、前佛と申します。
>  ssh でログインできない件ですが、ログの中の、
> 
>> Nov 12 10:45:35 note sshd[1786]: Server listening on :: port 22.
>> Nov 12 10:45:35 note sshd[1786]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
> 
>  この部分はおそらく sshd が起動している状態で、もう一度 sshd を
> 起動しようとした時に出たのではないかと思います。(コマンドで
> /sbin/service sshd start など)。
> 
>  既にポート 22 が確保されているとあるので、sshd は通常通り起動
> しているように見えます。
> 
>  次の /var/log/secure に記録されている
> 
>> Nov 12 12:49:39 note sshd[9955]: Accepted password for reika from 192.168.1.22 port 2000 ssh2
>> Nov 12 12:49:39 note sshd[9959]: pam_unix(sshd:session): session opened for user reika by (uid=0)
> 
> を見る限りでは、、コンソール上から $ ssh -2 localhost などを実行
> して接続が出来ているように見えるのですが、ログインが出来ていない
> 状態でしょうか。
> 
>  試しに他のユーザを作成してみて、そのユーザに対して ssh 接続を
> 試みてみては如何でしょう。
> 
>  どうしてもログインできなければ、xined 関係や、sshd_config、
> ssh_config は初期設定のままですか? ログインはどのように行おう
> とされていますか? GNOME 端末上ですか? それともコンソールからで
> しょうか。そのあたりも分からないと、現状では何ともです。
> 
>  あとは、Vine 4.0RC2 を使うとき、過去のバージョンのホームディレ
> クトリ(/home/など)をそのまま移動してきたのであれば、一度、ホー
> ムディレクトリ内の .ssh ディレクトリを作成しなおす方法でしょうか。
> 
> $ cd ~
> $ mv .ssh .ssh.org
> $ mkdir .ssh
> $ chmod 600 .ssh
> 
> --
> 前佛 雅人(Zembutsu Masahito) zem@xxxxxxxxxxxxxxx
> Pocketstudio.jp Linux Wiki http://pocketstudio.jp/linux/
> GPG Key: 0xF093EC1D
> GPG Fingerprint: 657B D1B3 7E4F E13B 8653   6E7C AF8D 3D55 F093 EC1D
> 
> 
> 
> 
>