mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
ssh: Remove reference to now-upstreamed patch
Our class-based login restrictions patch was merged upstream in commit
c276672fc0e9 ("Class-imposed login restrictions").
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 79979aa44d1b7fd5d04fd574ba8702f76c81c80c)
This commit is contained in:
parent
836c8dad45
commit
d2e7a078ba
1 changed files with 4 additions and 11 deletions
|
|
@ -154,29 +154,22 @@
|
|||
counting; the agent will automatically exit when the last client
|
||||
disconnects.
|
||||
|
||||
7) Class-based login restrictions (27ceebbc2402)
|
||||
|
||||
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) Blocklist integration
|
||||
7) Blocklist integration
|
||||
|
||||
We include blocklist (https://github.com/zoulasc/blocklist) in FreeBSD,
|
||||
and ssh is patched to report login failures to it.
|
||||
|
||||
9) Paths
|
||||
8) Paths
|
||||
|
||||
A number of paths are changed to match FreeBSD's configuration (e.g.,
|
||||
using /usr/local/ instead of /uxr/X11R6/).
|
||||
|
||||
10) Retired patches
|
||||
9) Retired patches
|
||||
|
||||
We no longer have client-side VersionAddendum, but we recognize and ignore
|
||||
the configuration options to avoid breaking existing configurations.
|
||||
|
||||
11) PrintLastLog bugfix
|
||||
10) PrintLastLog bugfix
|
||||
|
||||
Upstream's autoconf sets DISABLE_LASTLOG if the system does not have
|
||||
lastlog.ll_line, but uses it to disable the PrintLastLog configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue