Expect

Expect is a nice little Unix program. It is meant to automate UNIX commands that never meant to be automated. I used expect to automate a ssh session using username/password rather than a host key.  The “normal” way to automate ssh … Continue reading