SSSD Manual pagessss_ssh_knownhostsproxy1sss_ssh_knownhostsproxyget OpenSSH host keyssss_ssh_knownhostsproxyoptionsHOSTPROXY_COMMANDDESCRIPTIONsss_ssh_knownhostsproxy acquires SSH host
public keys for host HOST, stores
them in a custom OpenSSH known_hosts file (see the
SSH_KNOWN_HOSTS FILE FORMAT section of
sshd8 for more information)
/var/lib/sss/pubconf/known_hosts and
estabilishes connection to the host.
If PROXY_COMMAND is specified,
it is used to create the connection to the host instead of
opening a socket.
ssh1 can be configured to
use sss_ssh_knownhostsproxy for host key
authentication by using the following directives for
ssh1 configuration:
ProxyCommand /usr/bin/sss_ssh_knownhostsproxy -p %p %h
GlobalKnownHostsFile /var/lib/sss/pubconf/known_hosts
OPTIONS
,
PORT
Use port PORT to connect to the host.
By default, port 22 is used.
,
DOMAIN
Search for host public keys in SSSD domain DOMAIN.