repo/extra/openssh
Owen Rafferty e5a86a30f2
openssh: 9.7p1
2024-03-13 17:50:15 -05:00
..
files openssh: exec 2>&1 in service 2022-10-03 18:30:39 +05:30
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build openssh: 9.4p1 2023-08-21 18:04:22 -05:00
checksums openssh: 9.7p1 2024-03-13 17:50:15 -05:00
depends openssh: depend on openssl 2021-07-08 00:14:14 +03:00
post-install openssh: Clean up post-install file 2020-05-03 23:17:06 +03:00
sources openssh: 9.7p1 2024-03-13 17:50:15 -05:00
version openssh: 9.7p1 2024-03-13 17:50:15 -05:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

openssh
________________________________________________________________________________

OpenSSH (also known as OpenBSD Secure Shell[a]) is a suite of secure networking
utilities based on the Secure Shell (SSH) protocol, which provides a secure
channel over an unsecured network in a clientserver architecture. [0]

Upstream: https://www.openssh.com/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [005]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b openssh                                                            |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

+--------------+---------------------------------------------------------------+
| Tool         | Purpose                                                       |
+--------------+---------------------------------------------------------------+
|              |                                                               |
| sshd         | OpenSSH daemon.                                               |
| ssh-keyscan  | Gather SSH public keys from servers.                          |
| ssh-keygen   | OpenSSH authentication key utility.                           |
| ssh-copy-id  | Use locally available keys to authorise logins on a remote.   |
| ssh-agent    | OpenSSH authentication agent.                                 |
| ssh-add      | Adds private key identities to the OpenSSH auth agent.        |
| ssh          | OpenSSH remote login client.                                  |
| sftp         | OpenSSH secure file transfer.                                 |
| scp          | Openssh secure file copy.                                     |
|              |                                                               |
+--------------+---------------------------------------------------------------+

Refer to the manual pages and command help output for more information.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/OpenSSH