Skip to content

Commit f74e4d3

Browse files
Emyrkmafredri
andauthored
Update agent/agentssh/agentssh.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent e617cf2 commit f74e4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentssh/agentssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func (s *Server) sessionHandler(session ssh.Session) {
198198
slog.F("remote_addr", session.RemoteAddr()),
199199
slog.F("local_addr", session.LocalAddr()),
200200
// Assigning a random uuid for each session is useful for tracking
201-
// logs for the same ssh session in the logs.
201+
// logs for the same ssh session.
202202
slog.F("id", uuid.NewString()),
203203
)
204204
logger.Info(ctx, "handling ssh session")

0 commit comments

Comments
 (0)