OpenSSH free Secure Shell (SSH) implementation https://www.openssh.com/
Go to file
2024-01-06 08:15:58 +01:00
openssh-8.2p1-arm-glibc-2.31.patch correct the previous patch into a arm target one [release 8.2p1-4mamba;Fri Apr 03 2020] 2024-01-06 08:15:56 +01:00
openssh-8.4p1-sandbox-seccomp.patch added seccomp-sandbox patch to fix crash seen on x86 (see https://bugzilla.redhat.com/show_bug.cgi?id=1897712 ) [release 8.4p1-2mamba;Sat Feb 06 2021] 2024-01-06 08:15:56 +01:00
openssh-8.4p1-ssh_config.patch update to 8.4p1 [release 8.4p1-1mamba;Mon Oct 05 2020] 2024-01-06 08:15:56 +01:00
openssh-pamdconf openssh-sshd-makecerts: support ed25519 host key generation [release 6.6p1-3mamba;Tue Apr 29 2014] 2024-01-06 08:15:55 +01:00
openssh-sshd-makecerts sshd-makecerts: RSA1 (ssh 1) is no longer supported causing sshd startup error [release 7.1p1-2mamba;Sat Oct 10 2015] 2024-01-06 08:15:55 +01:00
openssh-sshd.conf openssh-sshd-makecerts: support ed25519 host key generation [release 6.6p1-3mamba;Tue Apr 29 2014] 2024-01-06 08:15:55 +01:00
openssh-sshd.service openssh-sshd-makecerts: support ed25519 host key generation [release 6.6p1-3mamba;Tue Apr 29 2014] 2024-01-06 08:15:55 +01:00
openssh-sshd.socket sshd.socket: set MaxConnectionsPerSource=16 to limit max-limit-hits deactivation for dos attempts [release 8.8p1-2mamba;Mon Dec 13 2021] 2024-01-06 08:15:57 +01:00
openssh-sshd@.service openssh-sshd-makecerts: support ed25519 host key generation [release 6.6p1-3mamba;Tue Apr 29 2014] 2024-01-06 08:15:55 +01:00
openssh.spec automatic version update by autodist [release 9.3p2-1mamba;Thu Jul 20 2023] 2024-01-06 08:15:58 +01:00
README.md openssh-sshd-makecerts: support ed25519 host key generation [release 6.6p1-3mamba;Tue Apr 29 2014] 2024-01-06 08:15:55 +01:00

openssh

SSH (Secure Shell) is 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 separate libraries (OpenSSL).