-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ssh: Add bannerfun to the server role #9149
base: master
Are you sure you want to change the base?
ssh: Add bannerfun to the server role #9149
Conversation
CT Test Results 2 files 29 suites 19m 39s ⏱️ Results for commit f60efc4. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
5f14347
to
65d5b9f
Compare
65d5b9f
to
c5c7b12
Compare
bannerfun/1 enables the server to send a SSH_MSG_USERAUTH_BANNER at the beginning of user authentication, immediately after receiving the first SSH_MSG_USERAUTH_BANNER
Update the existing renegotiation tests to include a bannerfun so there is a check that the erlang server sending a banner is compatible with openssh.
abe8576
to
f60efc4
Compare
@u3s I have force pushed to fix the conflict in ssh.hrl. The branch is now rebased with the latest master. |
bannerfun/1 enables the server to send a SSH_MSG_USERAUTH_BANNER at the beginning of user authentication, immediately after receiving the first SSH_MSG_USERAUTH_BANNER