You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Lyor Goldstein (Jira)" <ji...@apache.org> on 2020/12/12 16:04:00 UTC

[jira] [Commented] (SSHD-1111) wrong command line interpretation

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

Lyor Goldstein commented on SSHD-1111:
--------------------------------------

This will not be fixed on 2.6.0 since the version is already cut and awaiting vote for release.

> wrong command line interpretation 
> ----------------------------------
>
>                 Key: SSHD-1111
>                 URL: https://issues.apache.org/jira/browse/SSHD-1111
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: David Herschler Shvo
>            Priority: Minor
>
> in command line of SshClientMain.java -C (not -c) for compression flag does not work e.g.
> "-C zlib,[zlib@openssh.com, none" is not interpreted correctly |mailto:zlib@openssh.com] 
> sugested correction in SshClientCliSupport.java
> lines 108 and 109 should be:
> || "-c".equals(argName) // cipher
> || "-C".equals(argName) // compression
>  



--
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