Archive Index
This month's Index
|
Subject: Re: Getting no identities from ssh-agent
Re: Getting no identities from ssh-agent
From: Peter Stuge <peter_at_stuge.se>
Date: Fri, 4 May 2012 03:14:34 +0200
Seth Willits wrote:
The agent example hasn't changed much lately but I would recommend to
> I always get 0 entities back from libssh2_agent_list_identities /
Run:
ssh-add -l
See if the above lists your identities.
Then run:
ktrace ssh-add -l && ktruss
and compare the output with
ktrace ssh2_agent && ktruss
> (Running OS X 10.7)
Note that SSH identities may be magically managed by Keychain on OS X
If ssh-add -l works then you can of course try to extract any
//Peter
|