You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/03/08 09:03:00 UTC

[jira] [Updated] (SSHD-1139) Provide SSH Agent client without Tomcat APR dependency

     [ 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: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org