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 e617cf2 commit f74e4d3Copy full SHA for f74e4d3
agent/agentssh/agentssh.go
@@ -198,7 +198,7 @@ func (s *Server) sessionHandler(session ssh.Session) {
198
slog.F("remote_addr", session.RemoteAddr()),
199
slog.F("local_addr", session.LocalAddr()),
200
// Assigning a random uuid for each session is useful for tracking
201
- // logs for the same ssh session in the logs.
+ // logs for the same ssh session.
202
slog.F("id", uuid.NewString()),
203
)
204
logger.Info(ctx, "handling ssh session")
0 commit comments