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 156d2cb commit 56ec015Copy full SHA for 56ec015
modules/ssh/ssh.go
@@ -215,7 +215,7 @@ func publicKeyHandler(ctx ssh.Context, key ssh.PublicKey) bool {
215
return false
216
}
217
218
- if log.IsDebug() { // <- FingerprintSHA256 is kinda expensive so only calculate it if neccesary
+ if log.IsDebug() { // <- FingerprintSHA256 is kinda expensive so only calculate it if necessary
219
log.Debug("Handle Public Key: %s Fingerprint: %s is not a certificate", ctx.RemoteAddr(), gossh.FingerprintSHA256(key))
220
221
0 commit comments