Skip to content

Instantly share code, notes, and snippets.

View HankLiang's full-sized avatar

Hank Liang HankLiang

  • Weaver
  • ShangHai
View GitHub Profile

Installing SSHPASS

SSHPass is a tiny utility, which allows you to provide the ssh password without using the prompt. This will very helpful for scripting. SSHPass is not good to use in multi-user environment. If you use SSHPass on your development machine, it don't do anything evil.

Installing on Ubuntu

apt-get install sshpass

Installing on OS X