debian man page for sss_ssh_knownhostsproxy

Query: sss_ssh_knownhostsproxy

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SSS_SSH_KNOWNHOSTSPR(1) 					 SSSD Manual pages					   SSS_SSH_KNOWNHOSTSPR(1)

NAME
sss_ssh_knownhostsproxy - get OpenSSH host keys
SYNOPSIS
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 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. 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 GlobalKnownHostsFile2 /var/lib/sss/pubconf/known_hosts This is an experimental feature, please use http://fedorahosted.org/sssd to report any issues.
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. -h,--help Display help message and exit.
SEE ALSO
ssh(8), ssh_config(5), sss_ssh_authorizedkeys(1).
AUTHORS
The SSSD upstream - http://fedorahosted.org/sssd
SSSD
03/04/2013 SSS_SSH_KNOWNHOSTSPR(1)
Related Man Pages
sss_cache(8) - centos
sss_groupadd(8) - centos
sss_groupmod(8) - centos
sss_seed(8) - centos
sssd_krb5_locator_plugin(8) - centos
Similar Topics in the Unix Linux Community
Playing with OpenSSH public keys
How critical is this info,from syslog?
What are public keys in ssh and how do we create the public keys??
Can you decipher this script ?
Deleted known_hosts file on private server, how do I get it back?