Gabriel Sarbu wrote: > de curand am instalat pe un router slcakware 10, toate serviciile merg >OK mai putin ssh-ul, el porneste OK, dar cand incerc sa ma conectez pe >routeer de pe alta masina primesc mesajul: > > [EMAIL PROTECTED]:~$ ssh adresaX.rnt.ro > Permission denied (publickey,keyboard-interactive). > > am incercat sa-l fortez sa foloseasca ssh1, primesc "Permission denied." > daca il trec in stare de vorbes, primesc mesajul urmator > >OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7b 10 Apr 2003 >debug1: Reading configuration data /etc/ssh/ssh_config >debug1: Connecting to 81.181.121.1 [81.181.121.1] port 22. >debug1: Connection established. >debug1: identity file /home/omide/.ssh/id_rsa type -1 >debug1: identity file /home/omide/.ssh/id_dsa type -1 >debug1: Remote protocol version 1.99, remote software version OpenSSH_3.8.1p1 >debug1: match: OpenSSH_3.8.1p1 pat OpenSSH* >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_3.7.1p2 >debug1: SSH2_MSG_KEXINIT sent >debug1: SSH2_MSG_KEXINIT received >debug1: kex: server->client aes128-cbc hmac-md5 none >debug1: kex: client->server aes128-cbc hmac-md5 none >debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent >debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP >debug1: SSH2_MSG_KEX_DH_GEX_INIT sent >debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY >debug1: Host 'adresaX.rnt.ro' is known and matches the RSA host key. >debug1: Found key in /home/omide/.ssh/known_hosts:13 >debug1: ssh_rsa_verify: signature correct >debug1: SSH2_MSG_NEWKEYS sent >debug1: expecting SSH2_MSG_NEWKEYS >debug1: SSH2_MSG_NEWKEYS received >debug1: SSH2_MSG_SERVICE_REQUEST sent >debug1: SSH2_MSG_SERVICE_ACCEPT received >debug1: Authentications that can continue: publickey,keyboard-interactive >debug1: Next authentication method: publickey >debug1: Trying private key: /home/omide/.ssh/id_rsa >debug1: Trying private key: /home/omide/.ssh/id_dsa >debug1: Next authentication method: keyboard-interactive >debug1: Authentications that can continue: publickey,keyboard-interactive >debug1: No more authentication methods to try. >Permission denied (publickey,keyboard-interactive). >debug1: Calling cleanup 0x8063320(0x0) > >am cautat si pe google, s-au lovit mai multin de aceasta problema dar nu >am gasit nici-o rezolvare. > > cum o pot rezolva? > > Omide > >--- >Detalii despre listele noastre de mail: http://www.lug.ro/ > > > > > Inca ceva, slackware 10 are o buba in /etc/udev/rules.d/udev.rules
# pty devices KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k" #KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k" KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k" se schimba linia comentata cu linia de sub ea... elimini o gramada de probleme, mai ales daka foloseshti kernel 2.6.+ --- Detalii despre listele noastre de mail: http://www.lug.ro/
