On Wed, Nov 12, 2008 at 1:54 PM, Alexander Possov <span dir="ltr">&lt;<a href="mailto:alexanderpossov@gmail.com">alexanderpossov@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ciao ragazzi...<br><br>ci sto sbattendo la testa ma non capisco cosa sbaglio... dovrebbe essere una cazzata ma non mi funziona. Essì che l&#39;ho fatto già svariate volte...<br><br>Al lavoro ho installato Red Hat su un pc. Ha il demone sshd.<br>

nella dir: $HOME/.ssh ho creato un file che si chiama authorized_keys<br>mi sono copiato la chiave pubblica dell&#39;utente del portatile dal quale mi collego, la id_rsa.pub sul pc redhat ed ho fatto cat id_rsa.pub &gt; authorized_keys<br>

Sono andato a verificare nel /etc/ssh/sshd_config e ho tolto il commento alle righe:<br>RSAAuthentication yes<br>PubkeyAuthentication yes<br><br>riavviato il servizio, riavviato anche il pc... ma niente, ogni volta che mi collego in ssh mi chiede la password...<br>

<br>Eppure io questa cosa già la faccio col pc di casa, con l&#39;altro che avevo prima al lavoro... sempre dal portatile...<br><br>Cosa sbaglio?<br><br>Grazie, Alessandro<br><br>
</blockquote></div><br>Forse il verbose del comando vi può aiutare a capire meglio...<br>
<br>
alessandro@zoltan:~/.ssh$ ssh -v goose<br>
OpenSSH_4.6p1 Debian-5ubuntu0.6, OpenSSL 0.9.8e 23 Feb 2007<br>
debug1: Reading configuration data /etc/ssh/ssh_config<br>
debug1: Applying options for *<br>
debug1: Connecting to goose [<a href="http://172.20.10.79">172.20.10.79</a>] port 22.<br>
debug1: Connection established.<br>
debug1: identity file /home/alessandro/.ssh/identity type -1<br>
debug1: identity file /home/alessandro/.ssh/id_rsa type 1<br>
debug1: identity file /home/alessandro/.ssh/id_dsa type -1<br>
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3<br>
debug1: match: OpenSSH_4.3 pat OpenSSH*<br>
debug1: Enabling compatibility mode for protocol 2.0<br>
debug1: Local version string SSH-2.0-OpenSSH_4.6p1 Debian-5ubuntu0.6<br>
debug1: SSH2_MSG_KEXINIT sent<br>
debug1: SSH2_MSG_KEXINIT received<br>
debug1: kex: server-&gt;client aes128-cbc hmac-md5 none<br>
debug1: kex: client-&gt;server aes128-cbc hmac-md5 none<br>
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&lt;1024&lt;8192) sent<br>
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP<br>
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent<br>
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY<br>
debug1: Host &#39;goose&#39; is known and matches the RSA host key.<br>
debug1: Found key in /home/alessandro/.ssh/known_hosts:1<br>
debug1: ssh_rsa_verify: signature correct<br>
debug1: SSH2_MSG_NEWKEYS sent<br>
debug1: expecting SSH2_MSG_NEWKEYS<br>
debug1: SSH2_MSG_NEWKEYS received<br>
debug1: SSH2_MSG_SERVICE_REQUEST sent<br>
debug1: SSH2_MSG_SERVICE_ACCEPT received<br>
debug1: Authentications that can continue: publickey,gssapi-with-mic,password<br>
debug1: Next authentication method: gssapi-with-mic<br>
debug1: Unspecified GSS failure.&nbsp; Minor code may provide more information<br>
No credentials cache found<br>
<br>
debug1: Unspecified GSS failure.&nbsp; Minor code may provide more information<br>
No credentials cache found<br>
<br>
debug1: Unspecified GSS failure.&nbsp; Minor code may provide more information<br>
<br>
<br>
debug1: Next authentication method: publickey<br>
debug1: Trying private key: /home/alessandro/.ssh/identity<br>
debug1: Offering public key: /home/alessandro/.ssh/id_rsa<br>
debug1: Authentications that can continue: publickey,gssapi-with-mic,password<br>
debug1: Trying private key: /home/alessandro/.ssh/id_dsa<br>
debug1: Next authentication method: password<br>
alessandro@goose&#39;s password: <br>
debug1: Authentication succeeded (password).<br>
debug1: channel 0: new [client-session]<br>
debug1: Entering interactive session.<br>
debug1: Sending environment.<br>
debug1: Sending env LANG = it_IT.UTF-8<br>
Last login: Wed Nov 12 14:51:00 2008 from <a href="http://172.20.10.101">172.20.10.101</a><br>
[alessandro@goose ~]$ <br>
<br><br>Grazie, Alessandro<br>