|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub
openssh                                                            version 8.8p1
________________________________________________________________________________
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 client–server architecture. [0]
Upstream: https://www.openssh.com/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* History ................................................................ [005]
* References ............................................................. [006]
[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.
[005] History
________________________________________________________________________________
2023-09-27 69f2d711 openssh: 8.8p1
2023-08-20 4bfa1bf8 openssh: 8.7p1
2023-08-05 36c87544 openssh: Fix ssh-copy-id not executable
2023-07-15 37b8be80 openssh: use VERSION
2023-07-13 dbc9f588 openssh: make runit file executable
2023-07-08 c5f35ce4 openssh: depend on openssl
2023-07-01 5be16f8e openssh: remove usage of install
2023-06-30 8ead5326 openssh: 8.6p1
2023-09-27 708c6377 openssh: 8.4p1
2023-05-27 0ee476af openssh: bump to 8.3p1
2023-05-08 a4738c40 openssh: Fix libexec location
2023-05-03 7be43ebb openssh: Clean up post-install file
2024-02-15 3d76f302 openssh: bump to 8.2p1
2024-02-14 e9ba87a3 openssh: clean up
2024-02-10 89fce838 openssh: fix sbindir
2023-10-09 c1332541 openssh: bump to 8.1p1'
2023-09-23 0e94ed13 openssh: Error was musl related, reverted fix
2023-09-21 b8f85e5d openssh: Don't use sys/cdefs.h from system.
2023-09-16 714d0f4d openssh: fix depends
2023-07-04 58b39a39 openssh: service change
2023-07-04 4d7cce5b openssh: add dependencies
2023-07-04 6965ea16 openssh: add runit services
2023-07-04 f0bc64d0 openssh: add new package

[006] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/OpenSSH
________________________________________________________________________________
Dylan Araps (C) 2019-2021
The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.