ssh Problem

Jan-Benedict Glaw jbglaw at lug-owl.de
Sun Dec 23 17:42:49 CET 2007


On Sun, 2007-12-23 16:39:04 +0100, Bee Thomas <thomasbee at web.de> wrote:
> Am 23.12.2007 um 14:50 schrieb Jan-Benedict Glaw:
[...]
> client:
[...]
> imac:~/.ssh tb$ ssh tb at 192.168.2.21 -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      jbglaw at lug-owl.de              +49-172-7608481
Signature of:                 Gib Dein Bestes. Dann übertriff Dich selbst!
the second  :
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lug-owl.de/pipermail/linux/attachments/20071223/fa46987a/attachment.sig>


More information about the Linux mailing list