You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade from ssh2 0.8.7 to git master (1.7.0 failed to build due to #1149 or something similar), and I'm having troubles with my sftp server not closing the connection correctly. If I'm using the standard tool sftp -vvv to retreive a file, this is where it stops:
After some research, I found RFC 4254 which claims that type 96 is SSH_MSG_CHANNEL_EOF and that Upon receiving this message, a party MUST send back an SSH_MSG_CHANNEL_CLOSE.
It looks to me like the sftp server does not do this correctly (i e, send back a SSH_MSG_CHANNEL_CLOSE), and so the connection stalls.
The text was updated successfully, but these errors were encountered:
I'm trying to upgrade from ssh2 0.8.7 to git master (1.7.0 failed to build due to #1149 or something similar), and I'm having troubles with my sftp server not closing the connection correctly. If I'm using the standard tool
sftp -vvv
to retreive a file, this is where it stops:After some research, I found RFC 4254 which claims that type 96 is
SSH_MSG_CHANNEL_EOF
and thatUpon receiving this message, a party MUST send back an SSH_MSG_CHANNEL_CLOSE
.It looks to me like the sftp server does not do this correctly (i e, send back a
SSH_MSG_CHANNEL_CLOSE
), and so the connection stalls.The text was updated successfully, but these errors were encountered: