Enviado em 20/12/2009 - 15:47h
Olá pessoal, instalei o OpenSSH no Debian 5.0 e não estou conseguindo acessar através de outro computador, com o Ubuntu 9.10. O que será?
$ ssh 192.168.0.254
The authenticity of host '192.168.0.254 (192.168.0.254)' can't be established.
RSA key fingerprint is 90:99:29:b5:8d:5f:75:b3:1f:7f:ef:7a:4e:40:2f:ae.
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
$ sudo nmap 192.18.0.254
Starting Nmap 5.00 ( http://nmap.org ) at 2009-12-20 15:31 BRT
Interesting ports on 192.18.0.254:
Not shown: 999 filtered ports
PORT STATE SERVICE
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 41.45 seconds
$ ssh 192.168.0.254:22
ssh: Could not resolve hostname 192.168.0.254:22: Name or service not known
$ ssh 192.168.0.254
The authenticity of host '192.168.0.254 (192.168.0.254)' can't be established.
RSA key fingerprint is 90:99:29:b5:8d:5f:75:b3:1f:7f:ef:7a:4e:40:2f:ae.
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
$ sudo nmap 192.18.0.254
Starting Nmap 5.00 ( http://nmap.org ) at 2009-12-20 15:31 BRT
Interesting ports on 192.18.0.254:
Not shown: 999 filtered ports
PORT STATE SERVICE
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 41.45 seconds
$ ssh 192.168.0.254:22
ssh: Could not resolve hostname 192.168.0.254:22: Name or service not known