SSH-KEYSIGN(8) - System Manager’s Manual # SSH-KEYSIGN(8) - System Manager’s Manual
NAME # ssh-keysign - OpenSSH helper for host-based authentication
SYNOPSIS # ssh-keysign
DESCRIPTION # ssh-keysign is used by ssh(1) to access the local host keys and generate the digital signature required during host-based authentication.
ssh-keysign is disabled by default and can only be enabled in the global client configuration file /etc/ssh/ssh_config by setting EnableSSHKeysign to “yes”.
ssh-keysign is not intended to be invoked by the user, but from ssh(1).
...
Keysign,
Tun,
Scp,
Keygen,
Agent,
Add,
Sftp,
Keyscan,
Sshd,
Ssh_config,
Ssh SSH(1) - General Commands Manual # SSH(1) - General Commands Manual
NAME # ssh - OpenSSH remote login client
SYNOPSIS # ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J destination] [-L address] [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-P tag] [-p port] [-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]] destination [command [argument …]]
...
SSHD_CONFIG(5) - File Formats Manual # SSHD_CONFIG(5) - File Formats Manual
NAME # sshd_config - OpenSSH daemon configuration file
DESCRIPTION # sshd(8) reads configuration data from /etc/ssh/sshd_config (or the file specified with -f on the command line). The file contains keyword-argument pairs, one per line. Unless noted otherwise, for each keyword, the first obtained value will be used. Lines starting with ‘#’ and empty lines are interpreted as comments. Arguments may optionally be enclosed in double quotes (") in order to represent arguments containing spaces.
...
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.
...
SSL(8) - System Manager’s Manual # SSL(8) - System Manager’s Manual
NAME # ssl - details for libssl and libcrypto
DESCRIPTION # This document describes some of the issues relating to the use of the OpenSSL libssl and libcrypto libraries. This document is intended as an overview of what the libraries do, and what uses them.
The libssl and libcrypto libraries implement the TLS version 1 protocol. It is most commonly used by the HTTPS protocol for encrypted web transactions, as can be done with httpd(8).
...