CVSINTRO(7) - Miscellaneous Information Manual # CVSINTRO(7) - Miscellaneous Information Manual
NAME # cvsintro - introduction to Concurrent Versioning System
DESCRIPTION # Concurrent Versions System is a popular open source version control system. Although it is mostly used to track changes to software source code for development teams, there are very few limitations to the kind of data that can be managed by the system, and it can be used for document archival purposes as well.
...
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).
...
MODULI(5) - File Formats Manual # MODULI(5) - File Formats Manual
NAME # moduli - Diffie-Hellman moduli
DESCRIPTION # The /etc/moduli file contains prime numbers and generators for use by sshd(8) in the Diffie-Hellman Group Exchange key exchange method.
New moduli may be generated with ssh-keygen(1) using a two-step process. An initial candidate generation pass, using ssh-keygen -M generate, calculates numbers that are likely to be useful. A second primality testing pass, using ssh-keygen -M screen, provides a high degree of assurance that the numbers are prime and are safe for use in Diffie-Hellman operations by sshd(8).
...
SCP(1) - General Commands Manual # SCP(1) - General Commands Manual
NAME # scp - OpenSSH secure file copy
SYNOPSIS # scp [-346ABCOpqRrsTv] [-c cipher] [-D sftp_server_path] [-F ssh_config] [-i identity_file] [-J destination] [-l limit] [-o ssh_option] [-P port] [-S program] [-X sftp_option] source … target
DESCRIPTION # scp copies files between hosts on a network.
scp uses the SFTP protocol over a ssh(1) connection for data transfer, and uses the same authentication and provides the same security as a login session.
...
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,
Ls,
Ssh,
Scp,
Keygen,
Add,
Sshd,
Glob,
Ssh_config,
Ftp,
Sftp SFTP(1) - General Commands Manual # SFTP(1) - General Commands Manual
NAME # sftp - OpenSSH secure file transfer
SYNOPSIS # sftp [-46AaCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher] [-D sftp_server_command] [-F ssh_config] [-i identity_file] [-J destination] [-l limit] [-o ssh_option] [-P port] [-R num_requests] [-S program] [-s subsystem | sftp_server] [-X sftp_option] destination
DESCRIPTION # sftp is a file transfer program, similar to ftp(1), which performs all operations over an encrypted ssh(1) transport.
...
SSH-ADD(1) - General Commands Manual # SSH-ADD(1) - General Commands Manual
NAME # ssh-add - adds private key identities to the OpenSSH authentication agent
SYNOPSIS # ssh-add [-CcDdKkLlqvXx] [-E fingerprint_hash] [-H hostkey_file] [-h destination_constraint] [-S provider] [-t life] [file …]
ssh-add -s pkcs11 [-Cv] [certificate …]
ssh-add -e pkcs11
ssh-add -T pubkey …
DESCRIPTION # ssh-add adds private key identities to the authentication agent, ssh-agent(1). When run without arguments, it adds the files ~/.
...
SSH-AGENT(1) - General Commands Manual # SSH-AGENT(1) - General Commands Manual
NAME # ssh-agent - OpenSSH authentication agent
SYNOPSIS # ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash] [-O option] [-P allowed_providers] [-t life]
ssh-agent [-a bind_address] [-E fingerprint_hash] [-O option] [-P allowed_providers] [-t life] command [arg …]
ssh-agent [-c | -s] -k
DESCRIPTION # ssh-agent is a program to hold private keys used for public key authentication. Through use of environment variables the agent can be located and automatically used for authentication when logging in to other machines using ssh(1).
...
SSH-KEYGEN(1) - General Commands Manual # SSH-KEYGEN(1) - General Commands Manual
NAME # ssh-keygen - OpenSSH authentication key utility
SYNOPSIS # ssh-keygen [-q] [-a rounds] [-b bits] [-C comment] [-f output_keyfile] [-m format] [-N new_passphrase] [-O option] [-t dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa] [-w provider] [-Z cipher]
ssh-keygen -p [-a rounds] [-f keyfile] [-m format] [-N new_passphrase] [-P old_passphrase] [-Z cipher]
ssh-keygen -i [-f input_keyfile] [-m key_format]
...
SSH-KEYSCAN(1) - General Commands Manual # SSH-KEYSCAN(1) - General Commands Manual
NAME # ssh-keyscan - gather SSH public keys from servers
SYNOPSIS # ssh-keyscan [-46cDHv] [-f file] [-O option] [-p port] [-T timeout] [-t type] [host | addrlist namelist]
DESCRIPTION # ssh-keyscan is a utility for gathering the public SSH host keys of a number of hosts. It was designed to aid in building and verifying ssh_known_hosts files, the format of which is documented in sshd(8).
...