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

sshd does not (always?) reply to requests setting 'want reply'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5.0, 0.6.0
    • 0.10.0
    • None

    Description

      Upon upgrading to PuTTY 0.63, a developer was unable to fetch changes from Gerrit projects if there were lots of outstanding changes (>200). The fetch would hang.

      After consulting w/ the TortoiseGIT and PuTTY developers, it was determined that the hangs occurred as PuTTY was sending several SSH_MSG_CHANNEL_REQUEST 'winadj' messages with the 'want reply' flag set. sshd is not replying to these requests and PuTTY is blocking on the reply, leading to a perceived 'hang' by the user.

      I don't have a copy of the entire email exchange, but it reads like the SSH standard indicates replies should only be sent when 'want reply' is true, but sshd always sends replies for requests it understands and never sends replies for requests it does not, regardless of the value of 'want reply'.

      Attachments

        Issue Links

          Activity

            People

              gnodet Guillaume Nodet
              wsaxon Will Saxon
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: