Date: Tue, 02 Dec 2025 21:46:41 +0000 From: Jose Luis Duran <jlduran@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 777d57efff - main - handbook/firewalls: Properly point to freebsd-ftpd Message-ID: <692f5e41.3261c.68f72642@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/doc/commit/?id=777d57efff2ac548f49ce6de6f0c78d1ae37607b commit 777d57efff2ac548f49ce6de6f0c78d1ae37607b Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2025-12-02 21:45:04 +0000 Commit: Jose Luis Duran <jlduran@FreeBSD.org> CommitDate: 2025-12-02 21:46:21 +0000 handbook/firewalls: Properly point to freebsd-ftpd Properly point to the ftp/freebsd-ftpd package. Fixes: d8631346f9 ("handbook/firewalls: Adapt blacklistd to blocklistd") --- documentation/content/en/books/handbook/firewalls/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/handbook/firewalls/_index.adoc b/documentation/content/en/books/handbook/firewalls/_index.adoc index befbf89acc..0b8f580471 100644 --- a/documentation/content/en/books/handbook/firewalls/_index.adoc +++ b/documentation/content/en/books/handbook/firewalls/_index.adoc @@ -2612,7 +2612,7 @@ Remote rules allow a stricter enforcement of limits on attempts to log in compar === Blocklistd Client Configuration There are a few software packages in FreeBSD that can utilize blocklistd's functionality. -The two most prominent ones are package:freebsd-ftpd[] and man:sshd[8] to block excessive connection attempts. +The two most prominent ones are package:ftp/freebsd-ftpd[] and man:sshd[8] to block excessive connection attempts. To activate blocklistd in the SSH daemon, add the following line to [.filename]#/etc/ssh/sshd_config#: [.programlisting] @@ -2622,7 +2622,7 @@ UseBlocklist yes Restart sshd afterwards to make these changes take effect. -Blocklisting for package:freebsd-ftpd[] is enabled using `-B`, either in [.filename]#/etc/inetd.conf# or as a flag in [.filename]#/etc/rc.conf# like this: +Blocklisting for package:ftp/freebsd-ftpd[] is enabled using `-B`, either in [.filename]#/etc/inetd.conf# or as a flag in [.filename]#/etc/rc.conf# like this: [.programlisting] ....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692f5e41.3261c.68f72642>
