ssh-ldap-helper

Langue: en

Version: 385670 (fedora - 01/12/10)

Section: 8 (Commandes administrateur)


BSD mandoc

NAME

ssh-ldap-helper - sshd helper program for ldap support

SYNOPSIS

ssh-ldap-helper [-devw ] [-f file ] [-s user ]

DESCRIPTION

ssh-ldap-helper is used by sshd(1) to access keys provided by an LDAP. ssh-ldap-helper is disabled by default and can only be enabled in the sshd configuration file /etc/ssh/sshd_config by setting AuthorizedKeysCommand to ``/usr/libexec/openssh/ssh-ldap-helper -s %u''

ssh-ldap-helper is not intended to be invoked by the user, but from sshd(8).

The options are as follows:

-d
Set the debug mode; ssh-ldap-helper prints all logs to stderr instead of syslog.
-e
Implies -w; ssh-ldap-helper halts if it encounters an unknown item in the ldap.conf file.
-f
ssh-ldap-helper uses this file as the ldap configuration file instead of /etc/ssh/ldap.conf (default).
-s
ssh-ldap-helper prints out the user's keys to stdout and exits.
-v
Implies -d; increases verbosity.
-w
ssh-ldap-helper writes warnings about unknown items in the ldap.conf configuration file.

SEE ALSO

sshd(8), sshd_config5, ssh-ldap.conf5,

HISTORY

ssh-ldap-helper first appeared in OpenSSH 5.5 + PKA-LDAP .

AUTHORS

An Jan F. Chadima Aq jchadima@redhat.com