ssh-vulnkey

secure shell (SSH) client, for secure access to remote machines

Debian Debian
RUN apt-get update && \ apt-get install -y openssh-client
Ubuntu
RUN apt-get update && \ apt-get install -y openssh-client
Alpine
RUN apk add openssh-client
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y openssh-client
Raspbian
RUN apt-get update && \ apt-get install -y openssh-client
click the source code to copy install ssh-vulnkey on any operating system with command-not-found.com