ssh-agent eats 80% cpu time

Corinna Vinschen corinna-cygwin@cygwin.com
Wed May 21 09:56:00 GMT 2003


On Wed, May 21, 2003 at 10:19:17AM +0200, Heinz Peter Hippenstiel wrote:
> $ ssh-agent -s
> SSH_AUTH_SOCK=/tmp/ssh-Wyuk2504/agent.2504; export SSH_AUTH_SOCK;
> SSH_AGENT_PID=2460; export SSH_AGENT_PID;
> echo Agent pid 2460;
> 
> $ SSH_AUTH_SOCK=/tmp/ssh-Wyuk2504/agent.2504; export SSH_AUTH_SOCK;
> 
> $ SSH_AGENT_PID=2460; export SSH_AGENT_PID;
> 
> $ ssh-add ~/.ssh/id_rsa
> Could not open a connection to your authentication agent.

$ eval `ssh-agent`
Agent pid 864
$ ssh-add ~/.ssh/id_rsa
Identity added: /home/corinna/.ssh/id_rsa (/home/corinna/.ssh/id_rsa)
$ top
[...]
  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME COMMAND
[...]
  864 corinna    8   0  405M 2332    36 S     0.0  0.4   0:00 ssh-agent


Hmm, works for me.  Multiple Cygwin DLLs on your system, perhaps?
I suggest a quick look on http://cygwin.com/bugs.html.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list