Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.6.0
-
None
Description
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
sugested correction in SshClientCliSupport.java
lines 108 and 109 should be:
"-c".equals(argName) // cipher |
---|
"-C".equals(argName) // compression |