Package openssh: Information

  • Default inline alert: Version in the repository: 9.5p1-alt1

Source package: openssh
Version: 9.3p2-alt1
Build time:  Jul 20, 2023, 10:54 AM
Report package bug
License: SSH-OpenSSH and ALT-Public-Domain and BSD-3-Clause and Beerware
Summary: OpenSSH free Secure Shell (SSH) implementation
Description: 
Ssh (Secure Shell) a program for logging into a remote machine and for
executing commands in a remote machine.  It is intended to replace
rlogin and rsh, and provide secure encrypted communications between
two untrusted hosts over an insecure network.  X11 connections and
arbitrary TCP/IP ports can also be forwarded over the secure channel.

OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
up to date in terms of security and features, as well as removing all
patented algorithms to seperate libraries (OpenSSL).

List of rpms provided by this srpm:
openssh (e2kv6, e2kv5, e2kv4, e2k)
openssh-askpass-common (noarch)
openssh-clients (e2kv6, e2kv5, e2kv4, e2k)
openssh-clients-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
openssh-common (e2kv6, e2kv5, e2kv4, e2k)
openssh-common-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
openssh-keysign (e2kv6, e2kv5, e2kv4, e2k)
openssh-keysign-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
openssh-server (e2kv6, e2kv5, e2kv4, e2k)
openssh-server-control (noarch)
openssh-server-debuginfo (e2kv6, e2kv5, e2kv4, e2k)



    1. libselinux-devel
    2. libedit-devel
    3. libssl-devel
    4. pam_userpass-devel
    5. libaudit-devel
    6. libkrb5-devel
    7. zlib-devel

Last changed


July 19, 2023 Gleb Fotengauer-Malinovskiy 9.3p2-alt1
- Updated to 9.3p2.
July 17, 2023 Gleb Fotengauer-Malinovskiy 9.3p1-alt1
- Updated to 9.3p1.
- Changed the ssh-agent -u patch to return exit code 1 instead of 255 on error
  (ALT#45029).
- openssh-server: replaced deprecated PreReq: tag with Requires(pre,post).
June 29, 2023 Gleb Fotengauer-Malinovskiy 8.6p1-alt4
- Backported upstream patches for seccomp filter, allowing gettid(2) and
  writev(2) syscalls.