Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
See http://www.unixwiz.net/techtips/ssh-agent-forwarding.html and http://www.securityfocus.com/infocus/1812
To be compatible with openssh ssh client, we'd have to use Unix Domain Sockets which require JNI.
It could be done using tomcat-apr Local class, or importing the needed bits into our own native library.
We could also have two different implementations, one using a local tcp socket and another using unix sockets.
Attachments
Attachments
Issue Links
- is related to
-
SSHD-7 sshd barfs when an openssh client uses agent forwarding
- Resolved