ssh-keygen
Generate ssh keys used for authentication, password-less logins, and other things. More information: <https://man.openbsd.org/ssh-keygen>.
RUN apt-get update && \
apt-get install -y openssh-client
RUN apt-get update && \
apt-get install -y openssh-client
RUN apk add openssh
RUN pacman -S --noconfirm openssh
RUN apt-get update && \
apt-get install -y openssh-client
RUN yum install -y openssh
RUN dnf install -y openssh
RUN apt-get update && \
apt-get install -y openssh-client