sshpass
all
An SSH password provider. It works by creating a TTY, feeding the password into it, and then redirecting `stdin` to the SSH session.
More info →Examples (3)
Connect to a remote server using a password supplied on a file descriptor (in this case, `stdin`)
Connect to a remote server with the password supplied as an option, and automatically accept unknown SSH keys
made by @shridhargupta | data from tldr-pages