From 74aa0bc6779af38018a03fd2cf4419fe85917904 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 07:31:45 +0200 Subject: Adding upstream version 2.9.4. Signed-off-by: Daniel Baumann --- src/man/sss_ssh_knownhostsproxy.1.xml | 112 ++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 src/man/sss_ssh_knownhostsproxy.1.xml (limited to 'src/man/sss_ssh_knownhostsproxy.1.xml') diff --git a/src/man/sss_ssh_knownhostsproxy.1.xml b/src/man/sss_ssh_knownhostsproxy.1.xml new file mode 100644 index 0000000..58aeb04 --- /dev/null +++ b/src/man/sss_ssh_knownhostsproxy.1.xml @@ -0,0 +1,112 @@ + + + +SSSD Manual pages + + + + + sss_ssh_knownhostsproxy + 1 + + + + sss_ssh_knownhostsproxy + get OpenSSH host keys + + + + + sss_ssh_knownhostsproxy + + options + + HOST + PROXY_COMMAND + + + + + DESCRIPTION + + sss_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 + sshd + 8 for more information) + /var/lib/sss/pubconf/known_hosts and + establishes the connection to the host. + + + If PROXY_COMMAND is specified, + it is used to create the connection to the host instead of + opening a socket. + + + 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 + + + + + + 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. + + + + + + , + + + + Print the host ssh public keys for host HOST. + + + + + + + + + EXIT STATUS + + In case of success, an exit value of 0 is returned. Otherwise, + 1 is returned. + + + + + + + -- cgit v1.2.3