2 ________________________________________________________________________________
4 OpenSSH (also known as OpenBSD Secure Shell[a]) is a suite of secure networking
5 utilities based on the Secure Shell (SSH) protocol, which provides a secure
6 channel over an unsecured network in a client–server architecture. [0]
8 Upstream: https://www.openssh.com/
12 ________________________________________________________________________________
14 * Installation ........................................................... [001]
15 * Usage .................................................................. [002]
16 * References ............................................................. [005]
20 ________________________________________________________________________________
22 +------------------------------------------------------------------------------+
26 +------------------------------------------------------------------------------+
30 ________________________________________________________________________________
32 +--------------+---------------------------------------------------------------+
34 +--------------+---------------------------------------------------------------+
36 | sshd | OpenSSH daemon. |
37 | ssh-keyscan | Gather SSH public keys from servers. |
38 | ssh-keygen | OpenSSH authentication key utility. |
39 | ssh-copy-id | Use locally available keys to authorise logins on a remote. |
40 | ssh-agent | OpenSSH authentication agent. |
41 | ssh-add | Adds private key identities to the OpenSSH auth agent. |
42 | ssh | OpenSSH remote login client. |
43 | sftp | OpenSSH secure file transfer. |
44 | scp | Openssh secure file copy. |
46 +--------------+---------------------------------------------------------------+
48 Refer to the manual pages and command help output for more information.
52 ________________________________________________________________________________
54 [0] https://en.wikipedia.org/wiki/OpenSSH