Van egy gep, rajta sshd. Nem akarom, hogy jelszot engedjen. Default config, vagyis ez: einstein:/etc/ssh# grep ^[^#] sshd_config Port 22 Protocol 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key UsePrivilegeSeparation yes KeyRegenerationInterval 3600 ServerKeyBits 768 SyslogFacility AUTH LogLevel INFO LoginGraceTime 600 PermitRootLogin yes StrictModes yes RSAAuthentication yes PubkeyAuthentication yes IgnoreRhosts yes RhostsRSAAuthentication no HostbasedAuthentication no PermitEmptyPasswords no PasswordAuthentication no X11Forwarding no X11DisplayOffset 10 PrintMotd no PrintLastLog yes KeepAlive yes Subsystem sftp /usr/lib/sftp-server UsePAM yes
Tehat PasswordAuthentication no. Es erre: [EMAIL PROTECTED]:~$ ssh -v einstein OpenSSH_4.2p1 Debian-5, OpenSSL 0.9.8a 11 Oct 2005 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to einstein [10.247.189.202] port 22. debug1: Connection established. debug1: identity file /home/gee/.ssh/identity type -1 debug1: identity file /home/gee/.ssh/id_rsa type -1 debug1: identity file /home/gee/.ssh/id_dsa type 2 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3 debug1: match: OpenSSH_4.3 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.2p1 Debian-5 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(1024<1024<8192) 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 'einstein' is known and matches the RSA host key. debug1: Found key in /home/gee/.ssh/known_hosts:20 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: Offering public key: /home/gee/.ssh/id_dsa debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Trying private key: /home/gee/.ssh/identity debug1: Trying private key: /home/gee/.ssh/id_rsa debug1: Next authentication method: keyboard-interactive Es itt jelszot ker, es ha megadom, beereszt. Na, en azt szeretnem, hogy ne kerjen jelszot, aki probalkozik, annak legyen kulcsa! Valahogy az remlik, hogy a PasswordAuthentication nem ugyanaz, mint a keyboard interactive, de ez most nem nagyon erdekel, csak az, hogy jelszoval ne lehessen belepni. Mit nem veszek eszre? Hali, G _________________________________________________ linux lista - [email protected] http://mlf2.linux.rulez.org/mailman/listinfo/linux
