こんにちは 本多と言います。 WinXPのコマンドプロンプトで >ssh 192.168.1.2 を実行し繋がりますか? 試してみてください。 miyao wrote: > 宮尾です > 今まで使っていた自宅サーバのHDが死んでしまい、 > 慌ててVine4.0でRAID1の機能を付けサーバを立ち上げました。 > 現在sshのセットアップをしているのですが、windowsXPから接続が出来ず > 困っております。 > サーバー側の設定は下記のように行い、$ ssh miyao@localhost で > 無事接続できたのですが、windowsXP の UTF-8 TeraTerm Pro を使用して > 接続するとタイムアウトで接続できません。 > 一人で解決しようと1週間程やったのですが上手く動きません。 > ご指導をお願いします。 > サーバIP:192.168.1.2 > クライアントIP:192.168.1.3 > クライアントからサーバへのPINGは飛んでいます。 > > [root@wing-server root]# more /etc/ssh/sshd_config (抜粋) > Port 22 > Protocol 2 > HostKey /etc/ssh/ssh_host_dsa_key > SyslogFacility AUTHPRIV > PermitRootLogin no > PermitEmptyPasswords no > PasswordAuthentication yes > UsePAM yes > X11Forwarding yes > Subsystem sftp /usr/libexec/openssh/sftp-server > > [root@wing-server root]# more /etc/hosts.allow > ALL : 192.168.1./255.255.255.0 > sshd : ALL > > [root@wing-server root]# more /etc/hosts.deny > ALL : ALL > > [root@wing-server root]# nmap localhost > Starting Nmap 4.10 ( http://www.insecure.org/nmap/ ) at 2007-01-30 09:37 > JST > Interesting ports on localhost.localdomain (127.0.0.1): > Not shown: 1675 closed ports > PORT STATE SERVICE > 22/tcp open ssh > 25/tcp open smtp > 111/tcp open rpcbind > 631/tcp open ipp > Nmap finished: 1 IP address (1 host up) scanned in 0.286 seconds > > [root@wing-server root]# > Jan 30 07:52:53 wing-server sshd[4833]: Accepted password for miyao from > 127.0.0.1 port 33669 ssh2 > Jan 30 07:52:53 wing-server sshd[4837]: pam_unix(sshd:session): session > opened for user miyao by (uid=0) > Jan 30 07:53:13 wing-server sshd[4837]: pam_unix(sshd:session): session > closed for user miyao > Jan 30 08:01:12 wing-server sshd[3912]: Received signal 15; terminating. > Jan 30 08:01:12 wing-server sshd[4946]: Server listening on :: port 22. > Jan 30 08:01:12 wing-server sshd[4946]: error: Bind to port 22 on 0.0.0. > 0 failed: Address already in use. > Jan 30 08:01:28 wing-server sshd[4951]: Accepted password for miyao from > 127.0.0.1 port 39660 ssh2 > Jan 30 08:01:28 wing-server sshd[4954]: pam_unix(sshd:session): session > opened for user miyao by (uid=0) > Jan 30 08:01:37 wing-server sshd[4954]: pam_unix(sshd:session): session > closed for user miyao > > [miyao@wing-server .ssh]$ ls -al /home/miyao/.ssh/ > 合計 24 > drwx------ 2 miyao miyao 4096 1月30日 09:25 ./ > drwx------ 11 miyao miyao 4096 1月30日 05:50 ../ > -rw------- 1 miyao miyao 611 1月29日 12:44 authorized.keys2 > -rw------- 1 miyao miyao 736 1月29日 12:42 id_dsa > -rw-r--r-- 1 miyao miyao 611 1月29日 12:42 id_dsa.pub > -rw-r--r-- 1 miyao miyao 599 1月30日 09:25 known_hosts > [miyao@wing-server .ssh]$ ssh miyao@localhost > miyao@localhost's password: > Last login: Tue Jan 30 09:25:39 2007 from localhost.localdomain > [miyao@wing-server miyao]$ > > >