Displaying 2 results from an estimated 2 matches for "channel_failur".
Did you mean:
channel_failure
2004 Apr 06
7
[Bug 833] sshd server sends SshMsgChannelFailure despite of successfully running sftp server
...'sftp-server'.
Steps to reproduce the bug:
1. open connection to a sshd server
2. exchange keys and authenticate user
3. open a ssh channel
4. send SSH_MSG_CHANNEL_REQUEST for sftp subsystem
5. observe how the server responds with
- SSH_MSG_CHANNEL_WINDOWS_ADJUST
- -----> SSH_MSG_CHANNEL_FAILURE <-------- (a bug?)
6. continue talking with the sftp server as if nothing happened
(I can do everything I would expect to: ls, get, put, etc.)
Verbose log from my client (showing sent and received ssh messages) follows.
---------sendSshMsg/sent message follows:
Kexinit {cookie = [233,175,...
2010 Sep 13
15
[Bug 1818] New: SSH2_MSG_CHANNEL_FAILURE on closed channel
https://bugzilla.mindrot.org/show_bug.cgi?id=1818
Summary: SSH2_MSG_CHANNEL_FAILURE on closed channel
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:...