[ 
https://issues.apache.org/jira/browse/SSHD-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484278#comment-17484278
 ] 

dgü commented on SSHD-1243:
---------------------------

Hello!

I am trying to move from JSch to Apache Mina SSHD.

I want to use the SSH library as a java service provider. SSHD SFTP file system 
provider worked fine at SSHD-1238.

Now, i am testing remote command execution. But, it looks there is no 
abstraction in Java for command execution at SSHD-1242.

So, i must develop my own abstraction and a wrapper for SSH. It needs something 
like {{SSHDProcess}} extending {{java.lang.Process}}.

If i am not wrong, {{GitSshdSessionProcess}} is not inluded in ssh-core and 
sshd-common jar files. It is included sshd-git jar.

Do you have a plan a renamed class like {{SSHDProcess}} in more generic 
ssd-core, sshd-common, etc. jar files? It may be useful for environments which 
don't need Git with an additional jar, but need an SSHD extension to 
{{java.lang.Process}}.

This would be useful for minimum dependency in development and deployment.

Thanks in advance! 

> is GitSshdSessionProcess class Git specific? 
> ---------------------------------------------
>
>                 Key: SSHD-1243
>                 URL: https://issues.apache.org/jira/browse/SSHD-1243
>             Project: MINA SSHD
>          Issue Type: Question
>    Affects Versions: 2.8.0
>            Reporter: dgü
>            Assignee: Guillaume Nodet
>            Priority: Major
>
> Hello!
> {{is org.apache.sshd.git.transport.GitSshdSessionProcess}} class Git specific 
> ?
> Is there a generic SSHD class extending java.lang.Process ?
> Thanks in advance!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to