[
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:
[email protected]
> 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)