Update documentation for sss_ssh_knownhostsproxy for FreeBSD-specific paths. The current man page includes this section: ssh(1) can be configured to use sss_ssh_knownhostsproxy for host key authentication by using the following directives for ssh(1) configuration: ProxyCommand /usr/bin/sss_ssh_knownhostsproxy -p %p %h GlobalKnownHostsFile /var/lib/sss/pubconf/known_hosts On FreeBSD, the paths should be as follows: ProxyCommand /usr/local/bin/sss_ssh_knownhostsproxy -p %p %h GlobalKnownHostsFile /var/db/sss/pubconf/known_hosts
Created attachment 229131 [details] Patch to update paths in man docs
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=99e88a089ad0d7db7edc77a1cb45797cd610428d commit 99e88a089ad0d7db7edc77a1cb45797cd610428d Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2021-11-01 16:12:27 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2021-11-01 17:24:23 +0000 security/sssd: Fix man page paths Adapt paths in man page to FreeBSD filesystem layout. PR: 254193 Reported by: amendlik@gmail.com Approved by: lukas.slebodnik@intrak.sk (maintainter timeout > 4 weeks) security/sssd/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
Maintainer timeout. Committed, Thanks. Note: The patch did not apply cleanly. It had DOS endline characters. This change needed PORTREVISION bump.