[ 
https://issues.apache.org/jira/browse/SSHD-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lyor Goldstein resolved SSHD-1111.
----------------------------------
    Fix Version/s: 2.7.0
       Resolution: Fixed

Fixed - meanwhile as workaround you can use {{-o Compression=yes/no/delayed}} 
where
* {{no}} == {{none}}
* {{yes}} == {{zlib}}
* {{delayed}} == {{z...@openssh.com}}


Note though that you can define only +one+ compression level

> 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
>            Assignee: Lyor Goldstein
>            Priority: Minor
>             Fix For: 2.7.0
>
>
> in command line of SshClientMain.java -C (not -c) for compression flag does 
> not work e.g.
> "-C zlib,[z...@openssh.com, none" is not interpreted correctly 
> |mailto:z...@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-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to