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

ScpCommand block indefinately when using the "-p" flag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.7.0
    • None

    Description

      When "-p" is specified to preserve the file mode, modification time and access time it will cause a scp client to hang indefinately because the T header is never acknowledged. This is aside from not supporting the flag entirely.

      When it is specified the "T<mtime> 0 <atime> 0" is sent first, followed by the usual Cmmmm <length> <filename>. The switch statement @ line 148 never dealt with the T coming in, as a result, it will keep continuing reading the data and eventually readAck(true) and return -1. This causes the scp client (from cygwin and linux) to hang because it was never acknowledged.

      Attachments

        1. SSHD-171.patch
          1 kB
          Ken Diep

        Activity

          People

            gnodet Guillaume Nodet
            kendiep Ken Diep
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: