Mi problema es:

 Resulta que tengo corriendo el sshd...y esta escuchando en el puerto
 22.en los losg pone :

=> <fecha><hora><host> sshd[2366] : Server listening on 0.0.0.0 port 22

 tengo un usuario x (local)que desde un ordenador remoto intenta hacer un
 ssh -l x  <ip> pero despues de tirarse un buen rato me dice :

=>  ssh_exchange_identification: Connection closed by remote host

Si miro los log del servidor veo: 
=> <fecha><hora><host> sshd[2402] : refused connect from <ip>

Miro en /etc/hosts.deny y :
=> ALL: PARANOID

miro en /etc/hosts.allow y esta todo comentado

miro el /etc/ssh/ssh_config y tengo:
 => Host localhost
    ForwardAgent yes
    ForwardX11 yes

miro el /etc/ssh/sshd_config y tengo:
=>      Port 22
        HostKey /etc/ssh/ssh_host_key
        HostKey /etc/ssh/ssh_host_rsa_key
        HostKey /etc/ssh/ssh_host_dsa_key
        ServerKeyBits 768
        LoginGraceTime 600
        KeyRegenerationInterval 3600
        PermitRootLogin yes
        IgnoreRhosts yes
        StrictModes yes
        X11Forwarding yes
        X11DisplayOffset 10
        PrintMotd no
        PrintLastLog no
        KeepAlive yes
        SyslogFacility AUTH
        LogLevel INFO
        RhostsAuthentication no
        HostbasedAuthentication no
        RSAAuthentication yes
        PasswordAuthentication yes
        PermitEmptyPasswords no
        Subsystem       sftp    /usr/lib/sftp-server



�alguien sabe porque no me deja entrar?
Gracias

-- 
***************************   
Fco. Javier Jim�nez Huedo    
***************************  

Responder a