OpenSSH free Secure Shell (SSH) implementation https://www.openssh.com/
Go to file
2024-07-06 22:49:31 +02: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.8p1-1mamba;Sat Jul 06 2024] 2024-07-06 22:49:31 +02: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).