[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-cvs-dev] CVS extssh session reuse
|
- From: "Kirk Wolf" <kirk@xxxxxxxxxxxx>
- Date: Wed, 13 Feb 2008 13:37:25 -0600
- Delivered-to: platform-cvs-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=EHye5npxxLTovCuQPq6OdpFTJGMBubZmX+E/XWuyK7k=; b=GvXK4yArx8v53ZqKSjdBlC56eIufejZ7vy8UiwX5+q67QjJXbMF0WtJbI+NhJjvcqTEKXVexNjgjFtNwfHhwPhoiih4BdPeB9zBtNpPGb28VKzJUS30i7yv2eknOHB1XqN/D4Rwa+wnf9RtPpzxxNik842XpPXeHtpHHaF4BzEg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=hRk8B+KMSzDORNhZBX+y7EslG4ftYROHI2GMK4Z7SogLGIiMSvEi0DkPt1k/qZit6080Lh+pVlKNGcdB9EM5iv8xeuAj5KWcZXfrKBXXWHmzDSOQAnkRSYJKfZf5RvX2VPuyqb2vQqsA2NsGNMxyKLryEp9+NH4RshPnDGiHuPE=
I have a client that has a CVS / SSH server that requires a password
generated by a RSA hardware token. Using Eclipse / CVS works, but
requires that the use supply a new password every time that a Team/CVS
request is made.
Actually, the behavior is that several requests can be made reusing
the same SSH session, but if the session is inactive for a period of
time, then it is terminated and a new one is required.
Is there a way to increase the "keep alive" / time for reusing the
same SSH session? I would even be willing to hack the source code if
someone could point me to the general area.
Of course, we have considered using public/private key pairs, but
their installation won't allow that :-)
Thanks for any help,
Kirk Wolf