sshpass is the Non-interactive ssh password auth OpenSource project.
I have the following in my docker file: RUN sudo apt-get install sshpass -y RUN sshpass -p userPassword scp -r …
docker scp dockerfile docker-machine sshpassI dont want to keep typing the passwords again and again, hence want to provide it into the command itself. …
ssh sshpass