We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 938cdf2 + 2f253dd commit 5ef0646Copy full SHA for 5ef0646
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