ssh
Secure Shell is a protocol used to securely log onto remote systems. It can be used for logging or executing commands on a remote server. More information: <https://man.openbsd.org/ssh>.
RUN apt-get update && \
apt-get install -y openssh-client
RUN apt-get update && \
apt-get install -y openssh-client
RUN apk add openssh-client
RUN pacman -S --noconfirm openssh-client
RUN apt-get update && \
apt-get install -y openssh-client
RUN yum install -y openssh-client
RUN dnf install -y openssh-client
RUN apt-get update && \
apt-get install -y openssh-client