[bglug] [BgLug] ssh autenticazione automatica tramite certificato

Alexander Possov alexanderpossov@gmail.com
Mer 12 Nov 2008 14:54:28 CET


On Wed, Nov 12, 2008 at 1:54 PM, Alexander Possov <alexanderpossov@gmail.com
> wrote:

> Ciao ragazzi...
>
> ci sto sbattendo la testa ma non capisco cosa sbaglio... dovrebbe essere
> una cazzata ma non mi funziona. Essì che l'ho fatto già svariate volte...
>
> Al lavoro ho installato Red Hat su un pc. Ha il demone sshd.
> nella dir: $HOME/.ssh ho creato un file che si chiama authorized_keys
> mi sono copiato la chiave pubblica dell'utente del portatile dal quale mi
> collego, la id_rsa.pub sul pc redhat ed ho fatto cat id_rsa.pub >
> authorized_keys
> Sono andato a verificare nel /etc/ssh/sshd_config e ho tolto il commento
> alle righe:
> RSAAuthentication yes
> PubkeyAuthentication yes
>
> riavviato il servizio, riavviato anche il pc... ma niente, ogni volta che
> mi collego in ssh mi chiede la password...
>
> Eppure io questa cosa già la faccio col pc di casa, con l'altro che avevo
> prima al lavoro... sempre dal portatile...
>
> Cosa sbaglio?
>
> Grazie, Alessandro
>
>
Forse il verbose del comando vi può aiutare a capire meglio...

alessandro@zoltan:~/.ssh$ ssh -v goose
OpenSSH_4.6p1 Debian-5ubuntu0.6, OpenSSL 0.9.8e 23 Feb 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to goose [172.20.10.79] port 22.
debug1: Connection established.
debug1: identity file /home/alessandro/.ssh/identity type -1
debug1: identity file /home/alessandro/.ssh/id_rsa type 1
debug1: identity file /home/alessandro/.ssh/id_dsa type -1
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.6p1 Debian-5ubuntu0.6
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 'goose' is known and matches the RSA host key.
debug1: Found key in /home/alessandro/.ssh/known_hosts:1
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,gssapi-with-mic,password
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure.  Minor code may provide more information
No credentials cache found

debug1: Unspecified GSS failure.  Minor code may provide more information
No credentials cache found

debug1: Unspecified GSS failure.  Minor code may provide more information


debug1: Next authentication method: publickey
debug1: Trying private key: /home/alessandro/.ssh/identity
debug1: Offering public key: /home/alessandro/.ssh/id_rsa
debug1: Authentications that can continue:
publickey,gssapi-with-mic,password
debug1: Trying private key: /home/alessandro/.ssh/id_dsa
debug1: Next authentication method: password
alessandro@goose's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = it_IT.UTF-8
Last login: Wed Nov 12 14:51:00 2008 from 172.20.10.101
[alessandro@goose ~]$


Grazie, Alessandro
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: http://lists.linux.it/pipermail/bglug/attachments/20081112/12805dfb/attachment.htm 


Maggiori informazioni sulla lista bglug