Skip to content

Reply to global requests when want_reply is true #1600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

Rob-Hague
Copy link
Collaborator

@Rob-Hague Rob-Hague commented Feb 16, 2025

We currently don't recognise any global requests from the server, but if one is sent, then per RFC 4253 section 4 we still need to reply when the server expects one. So send SSH_MSG_REQUEST_FAILURE in this case.

closes #709

We currently don't recognise any global requests from the server, but if one is
sent, then per RFC 4253 section 4 we still need to reply when the server expects
one. So send SSH_MSG_REQUEST_FAILURE in this case.
@Rob-Hague Rob-Hague merged commit a0c6bac into sshnet:develop Feb 19, 2025
3 checks passed
@Rob-Hague Rob-Hague deleted the globalrequest branch February 19, 2025 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] respond to server check alive requests
2 participants