ssh-keyscan
Get the public ssh keys of remote hosts. More information: <https://man.openbsd.org/ssh-keyscan>.
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-clients
RUN dnf install -y openssh-clients
RUN apt-get update && \
apt-get install -y openssh-client