ssh-agent
Spawn an SSH Agent process. An SSH Agent holds SSH keys decrypted in memory until removed or the process is killed. See also ssh-add, which can add and manage keys held by an SSH Agent. More information: <https://man.openbsd.org/ssh-agent>.
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 plan9port
RUN apt-get update && \
apt-get install -y openssh-client
RUN yum install -y openssh-clients
RUN dnf install -y openssh-clients
RUN apt-get update && \
apt-get install -y openssh-client