Skip to content

sshd: Recover from per-session and per-connection panics

Nick Thomas requested to merge 511-be-safe-against-panics into main

Without this, a failure in a single session could take out a whole connection, or a failure in a single connection could take out the whole server.

Closes #511 (closed)

Merge request reports