Uploaded image for project: 'MINA SSHD'
  1. MINA SSHD
  2. SSHD-1111

wrong command line interpretation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.6.0
    • 2.7.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

       

      Attachments

        Activity

          People

            lgoldstein Lyor Goldstein
            dshvo David Herschler Shvo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: