NAME
ssssshknownhostsproxy - get OpenSSH host keys SYNOPSIS ssssshknownhostsproxy [options] HOST [PROXYCOMMAND] DESCRIPTION ssssshknownhostsproxy acquires SSH host public keys for host HOST, stores them in a custom OpenSSH knownhosts file (see the “SSHKNOWNHOSTS FILE FORMAT” section of sshd(8) for more information) /var/lib/sss/pubconf/knownhosts and establishes the connection to the host. If PROXYCOMMAND is specified, it is used to create the connection to the host instead of opening a socket. ssh(1) can be configured to use ssssshknownhostsproxy for host key authentication by using the following directives for ssh(1) configuration:
ProxyCommand /usr/bin/ssssshknownhostsproxy -p %p %h GlobalKnownHostsFile /var/lib/sss/pubconf/knownhosts OPTIONS
-p,port PORT Use port PORT to connect to the host. By default, port 22 is used.
-d,domain DOMAIN Search for host public keys in SSSD domain DOMAIN.
-?,help Display help message and exit. EXIT STATUS In case of success, an exit value of 0 is returned. Otherwise, 1 is returned. SEE ALSO
sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5),
sssd-ipa(5), sssd-ad(5), sssd-sudo(5),sssd-secrets(5),sssd-session- recording(5), ssscache(8), sssdebuglevel(8), sssgroupadd(8), sssgroupdel(8), sssgroupshow(8), sssgroupmod(8), sssuseradd(8), sssuserdel(8), sssusermod(8), sssobfuscate(8), sssseed(8), sssdkrb5locatorplugin(8), ssssshauthorizedkeys(8),
ssssshknownhostsproxy(8),sssd-ifp(5),pamsss(8).
sssrpcidmapd(5)sssd-systemtap(5) AUTHORS
The SSSD upstream - https://pagure.io/SSSD/sssd/ SSSD 10/30/2018 SSSSSHKNOWNHOSTSPR(1)