sshd

Secure Shell Daemon - allows remote machines to securely log in to the current machine. Remote machines can execute commands as it is executed at this machine. More information: <https://man.openbsd.org/sshd>.

Debian Debian
RUN apt-get update && \ apt-get install -y openssh-server
Ubuntu
RUN apt-get update && \ apt-get install -y openssh-server
Alpine
RUN apk add openssh
Arch Arch Linux
RUN pacman -S --noconfirm openssh
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y openssh-server
CentOS
RUN yum install -y openssh-server
Fedora
RUN dnf install -y openssh-server
Raspbian
RUN apt-get update && \ apt-get install -y openssh-server
click the source code to copy install sshd on any operating system with command-not-found.com