diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 0ffb7437..e7ceb210 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -4028,6 +4028,7 @@ class SSH2 } // fall-through case MessageType::CHANNEL_EOF: + case MessageType::CHANNEL_SUCCESS: break; default: $this->disconnect_helper(DisconnectReason::BY_APPLICATION);