Skip to content

Commit

Permalink
Fix log line
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Feb 13, 2025
1 parent ca23e6d commit 1431524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ func (r *SshAuthHandler) PubkeyAuthHandler(ctx ssh.Context, key ssh.PublicKey) b
if err != nil {
r.Logger.Error(
"could not find user for key",
"key", key,
"keyType", key.Type(),
"key", key.Marshal(),
"err", err,
)
return false
Expand Down

0 comments on commit 1431524

Please sign in to comment.