sshd-keygen

secure shell (SSH) server, for secure access from remote machines

Install

All systems
curl cmd.cat/sshd-keygen.sh
Debian Debian
apt-get install openssh-server
Ubuntu
apt-get install openssh-server
Alpine
apk add openssh-server
image/svg+xml Kali Linux
apt-get install openssh-server
CentOS
yum install openssh-server
Fedora
dnf install openssh-server
Windows (WSL2)
sudo apt-get update sudo apt-get install openssh-server
Raspbian
apt-get install openssh-server
Docker
docker run cmd.cat/sshd-keygen sshd-keygen powered by Commando

openssh-server

secure shell (SSH) server, for secure access from remote machines

This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides 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. It can be used to provide applications with a secure communication channel. This package provides the sshd server. In some countries it may be illegal to use any encryption at all without a special permit. sshd replaces the insecure rshd program, which is obsolete for most purposes.