[ 
https://issues.apache.org/jira/browse/SSHD-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated SSHD-1139:
----------------------------------
    Description: 
Currently the code in 
https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/java/org/apache/sshd/agent/unix/AgentClient.java
 relies on Tomcat APR to access the Unix Domain Socket. With Java 16 native 
support for UDS has been added with https://openjdk.java.net/jeps/380.
A SSH agent client implementation which does not have the Tomcat APR dependency 
should be feasible for Java16+. This would be beneficial e.g. for JGit 
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=541274).

  was:
Currently the code in 
https://mina.apache.org/sshd-project/apidocs/org/apache/sshd/agent/unix/AgentClient.html
 relies on Tomcat APR to access the Unix Domain Socket. With Java 16 native 
support for UDS has been added with https://openjdk.java.net/jeps/380.
A SSH agent client implementation which does not have the Tomcat APR dependency 
should be feasible for Java16+. This would be beneficial e.g. for JGit 
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=541274).


> Provide SSH Agent client without Tomcat APR dependency
> ------------------------------------------------------
>
>                 Key: SSHD-1139
>                 URL: https://issues.apache.org/jira/browse/SSHD-1139
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Konrad Windszus
>            Priority: Major
>
> Currently the code in 
> https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/java/org/apache/sshd/agent/unix/AgentClient.java
>  relies on Tomcat APR to access the Unix Domain Socket. With Java 16 native 
> support for UDS has been added with https://openjdk.java.net/jeps/380.
> A SSH agent client implementation which does not have the Tomcat APR 
> dependency should be feasible for Java16+. This would be beneficial e.g. for 
> JGit (https://bugs.eclipse.org/bugs/show_bug.cgi?id=541274).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to