usage: ssh-ldap-fetcher [-h] --ldap-uri LDAP_URI --ldap-base LDAP_BASE [--ldap-user-base LDAP_USER_BASE] --ldap-filter LDAP_FILTER [--ldap-scope {base,onelevel,subtree}] --ldap-attr LDAP_ATTR [--use-tls] [--debug] [--syslog] user positional arguments: user Username to fetch from optional arguments: -h, --help show this help message and exit --ldap-uri LDAP_URI LDAP server to fetch from --ldap-base LDAP_BASE LDAP base dn --ldap-user-base LDAP_USER_BASE User base (default: ou=users,) --ldap-filter LDAP_FILTER LDAP search filter (%s replaced with user) --ldap-scope {base,onelevel,subtree} LDAP search scope (default: subtree) --ldap-attr LDAP_ATTR LDAP attribute containing pub key --use-tls Use TLS for connection --debug Show debugging messages --syslog Log messages to syslog