openssh: update note about class-based login restrictions

This commit is contained in:
Ed Maste 2021-09-01 16:09:56 -04:00
parent 27ceebbc24
commit f3fd885074

View file

@ -176,15 +176,12 @@
counting; the agent will automatically exit when the last client
disconnects.
7) Class-based login restrictions
7) Class-based login restrictions (27ceebbc2402)
We've added code to auth2.c to enforce the host.allow, host.deny,
times.allow and times.deny login class capabilities.
This change was introduced in 5b400a39b8ad and been reworked a few
times (35762f591338, 076ad2f836d5, fc3c19a9fcee, 8d8b29232156).
A simplified version has been submitted as an OpenSSH-portable pull
request in https://github.com/openssh/openssh-portable/pull/262.
We've added code to auth.c to enforce the host.allow, host.deny,
times.allow and times.deny login class capabilities, based on an
upstream submission from
https://github.com/openssh/openssh-portable/pull/262.
8) HPN