OpenSSH free Secure Shell (SSH) implementation https://www.openssh.com/
Go to file
2024-01-06 08:15:56 +01:00
openssh-7.6p1-ssh_config.patch automatic update by autodist [release 7.6p1-1mamba;Thu Dec 07 2017] 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 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.spec automatic update by autodist [release 7.6p1-1mamba;Thu Dec 07 2017] 2024-01-06 08:15:56 +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).