We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938cdf2 commit 2f253ddCopy full SHA for 2f253dd
1 file changed
pkg/sshd/server.go
@@ -255,7 +255,6 @@ func (s *server) answer(channel ssh.Channel, requests <-chan *ssh.Request, conda
255
log.Err("Failed to write to channel: %s", err)
256
}
257
sendExitStatus(1, channel)
258
- req.Reply(false, nil)
259
return nil
260
261
0 commit comments