8

Windows XP マシンで openssh をセットアップしたばかりで、リモート マシンからアクセスしようとしています。リモート マシンに telnet で接続し、実際にリモート マシン上で「ssh localhost」を実行することもできますが、Mac から SSH で接続しようとすると、…</p>

davea-mbp2:~ davea$ ssh developer@remote_ip
ssh_exchange_identification: Connection closed by remote host

自分の IP を /etc/hosts.allow ファイルに追加しました …</p>

#
# hosts.allow   This file describes the names of the hosts which are
#               allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#
#               CYGWIN note: if you use a software firewall (such
#               as ZoneAlarm or the "Windows Firewall" in Windows
#               XP), you must also open a 'hole' at the proper
#               port for the services you enable below.
#
ALL : localhost 127.0.0.1/32 [::1]/128 [::ffff:127.0.0.1]/128 : allow
ALL : PARANOID : deny
sshd: ALL : allow

sshd: my_local_network_ip
sshd: my_ip

これが私の /etc/hosts.deny ファイルの内容です …</p>

#
# hosts.deny    This file describes the names of the hosts which are
#               *not* allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#
ALL:ALL EXCEPT localhost:DENY

これらのファイルを変更する方法や、ログインできるようにするために何か他のことをする方法はありますか?

4

0 に答える 0