On Sun, 2007-12-23 16:39:04 +0100, Bee Thomas <[EMAIL PROTECTED]> wrote:
> Am 23.12.2007 um 14:50 schrieb Jan-Benedict Glaw:
[...]
> client:
[...]
> imac:~/.ssh tb$ ssh [EMAIL PROTECTED] -vvv
[...]
> debug3: authmethod_is_enabled publickey
> debug1: Next authentication method: publickey
> debug1: Trying private key: /Users/tb/.ssh/id_rsa
> debug3: no such identity: /Users/tb/.ssh/id_rsa
> debug1: Trying private key: /Users/tb/.ssh/id_dsa
> debug3: no such identity: /Users/tb/.ssh/id_dsa
> debug2: we did not send a packet, disable method
> debug1: No more authentication methods to try.
> Permission denied (publickey,hostbased).

Er findet Deine keys nicht. Entweder liegen die nicht in den default
locations (nicht schlimm, dann solltest Du sie mit -i angeben), oder
Du hast keinen ssh-agent am Start und dort die keys nicht geladen. Das
ist eher die pfiffige Idee...

$ eval `ssh-agent`
$ ssh-add /path/to/private/key1
$ ssh-add /path/to/private/key2 ...

MfG, JBG

-- 
      Jan-Benedict Glaw      [EMAIL PROTECTED]              +49-172-7608481
Signature of:                 Gib Dein Bestes. Dann übertriff Dich selbst!
the second  :

Attachment: signature.asc
Description: Digital signature

-- 
Linux mailing list [email protected]
subscribe/unsubscribe: http://lug-owl.de/mailman/listinfo/linux
Hinweise zur Nutzung: http://www.lug-owl.de/Mailingliste/hints.epo

Antwort per Email an