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 f8566f3 commit 70d3723Copy full SHA for 70d3723
agent/agent.go
@@ -100,9 +100,6 @@ func (s *server) init(ctx context.Context) {
100
forwardHandler := &ssh.ForwardedTCPHandler{}
101
s.sshServer = &ssh.Server{
102
ChannelHandlers: ssh.DefaultChannelHandlers,
103
- ConnectionFailedCallback: func(conn net.Conn, err error) {
104
- sshLogger.Info(ctx, "ssh connection ended", slog.Error(err))
105
- },
106
Handler: func(session ssh.Session) {
107
err := s.handleSSHSession(session)
108
if err != nil {
0 commit comments