sshd-keygen

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

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-server
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-keygen on any operating system with command-not-found.com