LDAP(1) - General Commands Manual # LDAP(1) - General Commands Manual
NAME # ldap - simple LDAP client
SYNOPSIS # ldap search [-LvWxZ] [-b basedn] [-c CAfile] [-D binddn] [-H host] [-l timelimit] [-s scope] [-w secret] [-y secretfile] [-z sizelimit] [filter] [attributes …]
DESCRIPTION # The ldap utility is a simple LDAP client. It queries an LDAP server to perform a command and outputs the results in the LDAP Data Interchange Format (LDIF).
...
SFTP-SERVER(8) - System Manager’s Manual # SFTP-SERVER(8) - System Manager’s Manual
NAME # sftp-server - OpenSSH SFTP server subsystem
SYNOPSIS # sftp-server [-ehR] [-d start_directory] [-f log_facility] [-l log_level] [-P denied_requests] [-p allowed_requests] [-u umask]
sftp-server -QÂ protocol_feature
DESCRIPTION # sftp-server is a program that speaks the server side of SFTP protocol to stdout and expects client requests from stdin. sftp-server is not intended to be called directly, but from sshd(8) using the Subsystem option.
...
Server,
Sshd_config,
Login.conf,
Ssh,
Chroot,
Scp,
Agent,
Keygen,
Add,
Sftp,
Keyscan,
Moduli,
Inetd,
Sshd SSHD(8) - System Manager’s Manual # SSHD(8) - System Manager’s Manual
NAME # sshd - OpenSSH daemon
SYNOPSIS # sshd [-46DdeGiqTtV] [-C connection_spec] [-c host_certificate_file] [-E log_file] [-f config_file] [-g login_grace_time] [-h host_key_file] [-o option] [-p port] [-u len]
DESCRIPTION # sshd (OpenSSH Daemon) is the daemon program for ssh(1). It provides secure encrypted communications between two untrusted hosts over an insecure network.
sshd listens for connections from clients. It is normally started at boot from /etc/rc.
...