Skip to content

Abort long-running unauthenticated SSH connections

Igor Drozdov requested to merge id-login-grace-time-impl into main

The config option is basically a copy of LoginGraceTime OpenSSH option.

If an SSH connection is hanging unauthenticated, after some period of time, the connection gets canceled. The value is configurable, the server waits for 60 seconds by default.

Edited by Igor Drozdov

Merge request reports