Date: Wed, 1 Sep 2021 20:10:37 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: f3fd88507489 - main - openssh: update note about class-based login restrictions Message-ID: <202109012010.181KAbYf090555@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f3fd88507489f6b80402ab7a0fb195ca9c708334 commit f3fd88507489f6b80402ab7a0fb195ca9c708334 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-09-01 20:09:56 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-09-01 20:09:56 +0000 openssh: update note about class-based login restrictions --- crypto/openssh/FREEBSD-upgrade | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index dc3c963f9158..f064583af495 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -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) HPNhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109012010.181KAbYf090555>
