看板 FB_doc 關於我們 聯絡資訊
The OpenSSH man page for sshd_config specifies that the allow/deny directives are processed in the following order: DenyUsers, AllowUsers, DenyGroups, and finally AllowGroups. This should be specified in the FreeBSD man pages to prevent attempts such as: AllowUsers root@specific-host DenyUsers root* While I think processing AllowUsers before DenyUsers allows some very useful things to be done, OpenSSH defines the processing in the listed order. Specifying the order in the man page lets admins avoid useless attempts. Doug Denault _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"