diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-02-03 22:55:33 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-02-07 00:26:57 +0100 |
commit | 558998ce664055a75595371118f818084d8f2b23 (patch) | |
tree | 41d8a8b4a279a92f554539d7dbfdfbd1d93fb0a2 /src/man | |
parent | 347f7c4d1e8e83fc7ffcaf9524a67e8b3ad5d7c5 (diff) | |
download | sssd-558998ce664055a75595371118f818084d8f2b23.tar.gz sssd-558998ce664055a75595371118f818084d8f2b23.tar.bz2 sssd-558998ce664055a75595371118f818084d8f2b23.zip |
SSH: OpenSSH authorized_keys client
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/Makefile.am | 3 | ||||
-rw-r--r-- | src/man/sss_ssh_authorizedkeys.1.xml | 110 |
2 files changed, 112 insertions, 1 deletions
diff --git a/src/man/Makefile.am b/src/man/Makefile.am index 31b5652f..f6307715 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -38,7 +38,8 @@ man_MANS = \ sssd.8 sssd.conf.5 sssd-ldap.5 \ sssd-krb5.5 sssd-ipa.5 sssd-simple.5 \ sssd_krb5_locator_plugin.8 sss_groupshow.8 \ - pam_sss.8 sss_obfuscate.8 sss_cache.8 sss_debuglevel.8 + pam_sss.8 sss_obfuscate.8 sss_cache.8 sss_debuglevel.8 \ + sss_ssh_authorizedkeys.1 EXTRA_DIST = $(man_MANS:%=%.xml) $(wildcard $(srcdir)/include/*.xml) SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8 diff --git a/src/man/sss_ssh_authorizedkeys.1.xml b/src/man/sss_ssh_authorizedkeys.1.xml new file mode 100644 index 00000000..c6315eeb --- /dev/null +++ b/src/man/sss_ssh_authorizedkeys.1.xml @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.4//EN" +"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> +<reference> +<title>SSSD Manual pages</title> +<refentry> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/upstream.xml" /> + + <refmeta> + <refentrytitle>sss_ssh_authorizedkeys</refentrytitle> + <manvolnum>1</manvolnum> + </refmeta> + + <refnamediv id='name'> + <refname>sss_ssh_authorizedkeys</refname> + <refpurpose>get OpenSSH authorized keys</refpurpose> + </refnamediv> + + <refsynopsisdiv id='synopsis'> + <cmdsynopsis> + <command>sss_ssh_authorizedkeys</command> + <arg choice='opt'> + <replaceable>options</replaceable> + </arg> + <arg choice='plain'><replaceable>USER</replaceable></arg> + </cmdsynopsis> + </refsynopsisdiv> + + <refsect1 id='description'> + <title>DESCRIPTION</title> + <para> + <command>sss_ssh_authorizedkeys</command> acquires SSH + public keys for user <replaceable>USER</replaceable> and + outputs them in OpenSSH authorized_keys format (see the + <quote>AUTHORIZED_KEYS FILE FORMAT</quote> section of + <citerefentry><refentrytitle>sshd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> for more + information). + </para> + <para> + <citerefentry><refentrytitle>sshd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> can be configured + to use <command>sss_ssh_authorizedkeys</command> for public + key user authentication if it is compiled with support for + either <quote>AuthorizedKeysCommand</quote> or + <quote>PubkeyAgent</quote> <citerefentry> + <refentrytitle>sshd_config</refentrytitle> + <manvolnum>5</manvolnum></citerefentry> options. + </para> + <para> + If <quote>AuthorizedKeysCommand</quote> is supported, + <citerefentry><refentrytitle>sshd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> can be configured to + use it by putting the following directive in <citerefentry> + <refentrytitle>sshd_config</refentrytitle> + <manvolnum>5</manvolnum></citerefentry>: +<programlisting> +AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys +</programlisting> + </para> + <para> + If <quote>PubkeyAgent</quote> is supported, + <citerefentry><refentrytitle>sshd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> can be configured to + use it by using the following directive for <citerefentry> + <refentrytitle>sshd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> configuration: +<programlisting> +PubKeyAgent /usr/bin/sss_ssh_authorizedkeys %u +</programlisting> + </para> + <para> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/experimental.xml" /> + </para> + </refsect1> + + <refsect1 id='options'> + <title>OPTIONS</title> + <variablelist remap='IP'> + <varlistentry> + <term> + <option>-d</option>,<option>--domain</option> + <replaceable>DOMAIN</replaceable> + </term> + <listitem> + <para> + Search for user public keys in SSSD domain <replaceable>DOMAIN</replaceable>. + </para> + </listitem> + </varlistentry> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/param_help.xml" /> + </variablelist> + </refsect1> + + <refsect1 id='see_also'> + <title>SEE ALSO</title> + <para> + <citerefentry> + <refentrytitle>sshd</refentrytitle><manvolnum>8</manvolnum> + </citerefentry>, + <citerefentry> + <refentrytitle>sshd_config</refentrytitle><manvolnum>5</manvolnum> + </citerefentry>, + <citerefentry> + <refentrytitle>sss_ssh_knownhostsproxy</refentrytitle><manvolnum>1</manvolnum> + </citerefentry>. + </para> + </refsect1> +</refentry> +</reference> |