Hacker News new | ask | show | jobs
by lil_cain 4114 days ago
Ansible can do this, using sshpass (and openSSH).
1 comments

Under the hood SSHpass is just an expect-like wrapper for ssh. The entire login is still dependent on a non-protocol bit of text parsing.