This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh-agent eats 80% cpu time


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]