2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00
repo/extra/openssh
2023-02-02 21:39:36 -06:00
..
files
build
checksums openssh: 9.2p1 2023-02-02 21:39:36 -06:00
depends
post-install
README
sources
version openssh: 9.2p1 2023-02-02 21:39:36 -06:00

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