We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8634188 commit c0999b8Copy full SHA for c0999b8
ssh/server.go
@@ -634,7 +634,7 @@ userAuthLoop:
634
635
authFailures++
636
if config.MaxAuthTries > 0 && authFailures >= config.MaxAuthTries {
637
- // If we have hit the max attemps, don't bother sending the
+ // If we have hit the max attempts, don't bother sending the
638
// final SSH_MSG_USERAUTH_FAILURE message, since there are
639
// no more authentication methods which can be attempted,
640
// and this message may cause the client to re-attempt
0 commit comments