- commit
- 04310d9
- parent
- c3bfb7e
- author
- Antonio Mika
- date
- 2025-02-26 00:33:47 -0500 EST
Fix sender, attempt work on compress
1 files changed,
+1,
-1
1@@ -31,7 +31,7 @@ func (r *SshAuthHandler) PubkeyAuthHandler(ctx ssh.Context, key ssh.PublicKey) b
2 r.Logger.Error(
3 "could not find user for key",
4 "keyType", key.Type(),
5- "key", key.Marshal(),
6+ "key", string(key.Marshal()),
7 "err", err,
8 )
9 return false