harfbuzz-icu: package imported at 4.3.0
[kiss-trunc88.git] / openssh / README
blob94e3b7007137327c304e03664db37f52bc5b03f4
1 openssh
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/
11 [000] Index
12 ________________________________________________________________________________
14 * Installation ........................................................... [001]
15 * Usage .................................................................. [002]
16 * References ............................................................. [005]
19 [001] Installation
20 ________________________________________________________________________________
22 +------------------------------------------------------------------------------+
23 |                                                                              |
24 |  $ kiss b openssh                                                            |
25 |                                                                              |
26 +------------------------------------------------------------------------------+
29 [002] Usage
30 ________________________________________________________________________________
32 +--------------+---------------------------------------------------------------+
33 | Tool         | Purpose                                                       |
34 +--------------+---------------------------------------------------------------+
35 |              |                                                               |
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.                                     |
45 |              |                                                               |
46 +--------------+---------------------------------------------------------------+
48 Refer to the manual pages and command help output for more information.
51 [003] References
52 ________________________________________________________________________________
54 [0] https://en.wikipedia.org/wiki/OpenSSH