1SSS_SSH_KNOWNHOSTSPR(1) SSSD Manual pages SSS_SSH_KNOWNHOSTSPR(1)
2
3
4
6 sss_ssh_knownhostsproxy - get OpenSSH host keys
7
9 sss_ssh_knownhostsproxy [options] HOST [PROXY_COMMAND]
10
12 sss_ssh_knownhostsproxy acquires SSH host public keys for host HOST,
13 stores them in a custom OpenSSH known_hosts file (see the
14 “SSH_KNOWN_HOSTS FILE FORMAT” section of sshd(8) for more information)
15 /var/lib/sss/pubconf/known_hosts and establishes the connection to the
16 host.
17
18 If PROXY_COMMAND is specified, it is used to create the connection to
19 the host instead of opening a socket.
20
21 ssh(1) can be configured to use sss_ssh_knownhostsproxy for host key
22 authentication by using the following directives for ssh(1)
23 configuration:
24
25 ProxyCommand /usr/bin/sss_ssh_knownhostsproxy -p %p %h
26 GlobalKnownHostsFile /var/lib/sss/pubconf/known_hosts
27
28
30 -p,--port PORT
31 Use port PORT to connect to the host. By default, port 22 is used.
32
33 -d,--domain DOMAIN
34 Search for host public keys in SSSD domain DOMAIN.
35
36 -k,--pubkey
37 Print the host ssh public keys for host HOST.
38
39 -?,--help
40 Display help message and exit.
41
43 In case of success, an exit value of 0 is returned. Otherwise, 1 is
44 returned.
45
47 sssd(8), sssd.conf(5), sssd-ldap(5), sssd-krb5(5), sssd-simple(5),
48 sssd-ipa(5), sssd-ad(5), sssd-sudo(5), sssd-session-recording(5),
49 sss_cache(8), sss_debuglevel(8), sss_obfuscate(8), sss_seed(8),
50 sssd_krb5_locator_plugin(8), sss_ssh_authorizedkeys(8),
51 sss_ssh_knownhostsproxy(8), sssd-ifp(5), pam_sss(8). sss_rpcidmapd(5)
52 sssd-systemtap(5)
53
55 The SSSD upstream - https://pagure.io/SSSD/sssd/
56
57
58
59SSSD 07/01/2019 SSS_SSH_KNOWNHOSTSPR(1)