ssh/server: handle repeated SSH authentication service requests#322
ssh/server: handle repeated SSH authentication service requests#3229init wants to merge 1 commit intogolang:masterfrom
Conversation
|
This PR (HEAD: 9ac33f7) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/698695. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/698695. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/698695. |
|
Message from Nicola Murino: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/698695. |
|
Message from t hepudds: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/698695. |
|
Message from Ahmed Hesham: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/698695. |
Fixes golang/go#75268
This change improves the SSH server authentication logic by allowing
repeated authentication service requests (SSH_MSG_SERVICE_REQUEST)
during the authentication phase.