You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/16 22:56:00 UTC

[jira] [Commented] (KARAF-5569) Cannot pass commands to client script when sftpEnabled=false

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

ASF GitHub Bot commented on KARAF-5569:
---------------------------------------

clockard opened a new pull request #437: KARAF-5569 Add CommandFactory to ssh server when sftp is disabled
URL: https://github.com/apache/karaf/pull/437
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Cannot pass commands to client script when sftpEnabled=false
> ------------------------------------------------------------
>
>                 Key: KARAF-5569
>                 URL: https://issues.apache.org/jira/browse/KARAF-5569
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.1.4, 4.2.0
>            Reporter: Christopher Lockard
>            Priority: Major
>
> When sftpEnabed option is set to false in org.apache.karaf.shell.cfg the client script hangs if it was passed in a command to run. For example the following will hang:
> {code:java}
> bin/client list{code}
> The issue seems to be that when sftp is disabled the command factory is never set on the ssh server in shell/ssh/src/main/java/org/apache/karaf/shell/ssh/Activator.java resulting in a failure here https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/java/org/apache/sshd/server/channel/ChannelSession.java#L519



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)