Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 345 Bytes

Docker SSHPass

sshpass is a utility designed for running ssh using the mode referred to as "keyboard-interactive" password authentication, but in non-interactive mode.

How does it work?

Usage:

docker run --rm -it sshpass -p password ssh -o StrictHostKeyChecking=no [email protected] "echo my-commands"