SSH no Debian Lenny [RESOLVIDO]

1. SSH no Debian Lenny [RESOLVIDO]

Rafael de Almeida
br_rafael

(usa Ubuntu)

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


  


2. Re: SSH no Debian Lenny [RESOLVIDO]

André
andrezc

(usa Debian)

Enviado em 20/12/2009 - 16:36h

Como você vê a porta padrão ( 22 ) não está aberta portanto o serviço não está ativo.


Tente usar esse comando p/ ver ele ele reinicia :

/etc/init.d/ssh restart


3. Re: SSH no Debian Lenny [RESOLVIDO]

André
andrezc

(usa Debian)

Enviado em 20/12/2009 - 16:38h

De qualquer forma, vejo que você usa Ubuntu, desinstale a versão que vc baixou e instale com o comando :

# apt-get install openssh-server

E libere também a porta 22 ( Caso queira deixar a porta padrão ).

iptables -A INPUT -p tcp -m tcp --sport 22 -j ACCEPT

iptables -A OUTPUT -p tcp -m tcp --dport 22 -j ACCEPT






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts