sshpass

An ssh password provider. It works by creating a TTY, feeding the password into it, and then redirecting stdin to the ssh session. More information: <https://manned.org/sshpass>.

Debian Debian
RUN apt-get update && \ apt-get install -y sshpass
Ubuntu
RUN apt-get update && \ apt-get install -y sshpass
Alpine
RUN apk add sshpass
Arch Arch Linux
RUN pacman -S --noconfirm sshpass
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y sshpass
CentOS
RUN yum install -y sshpass
Fedora
RUN dnf install -y sshpass
Raspbian
RUN apt-get update && \ apt-get install -y sshpass
click the source code to copy install sshpass on any operating system with command-not-found.com