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>.
RUN apt-get update && \
apt-get install -y openssh-server
RUN apt-get update && \
apt-get install -y openssh-server
RUN apk add openssh
RUN pacman -S --noconfirm openssh
RUN apt-get update && \
apt-get install -y openssh-server
RUN yum install -y openssh-server
RUN dnf install -y openssh-server
RUN apt-get update && \
apt-get install -y openssh-server