ssh-agent

Beckmann, Frank, VF-DE frank.beckmann at vodafone.com
Tue Dec 21 18:23:38 EST 2004


Hi :-)

We use ssh-agent for batch jobs.
The jobs get the key from the ssh-agent over the envoirment variables.
When we start many jobs at the same time, the agent dont give the key to
the job.

We have tracet the our script an see the follow:

...
26918:	 0.0004 so_socket(PF_UNIX, SOCK_STREAM, 0, "", 1)	= 13
26918:	 0.0001 fcntl(13, F_SETFD, 0x00000001)			= 0
26918:	 0.0003 connect(13, 0xFFBFEC60, 31, 1)			Err#146
ECONNREFUSED
26918:	 0.0001 close(13)					= 0
...

The agent ist bussy when one client is connect to the stream socket.
When we make small breaks in the script, the jobs runs fine. 

Is it an Error in the desing of the Agent ?

Greetings 

Frank




More information about the openssh-unix-dev mailing list