CentOS リリース 6.3 (Final) システムでの作業があります。sshpass
そして、次のようなユーティリティを使用して別のマシンをsshしてみてください
sshpass -p 'password' ssh user@host
しかし、それは私に次のようなエラーを与えます
sshpass: Failed to run command: No such file or directory
エラーから、インストールされていない可能性があると思うsshpass
ので、インストールしてyum install sshpass
次のログを取得してください
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.leapswitch.com
* epel: epel.mirror.net.in
* extras: mirror.leapswitch.com
* nux-libreoffice.org-rpms: mirror.li.nux.ro
* updates: mirror.leapswitch.com
Setting up Install Process
Package sshpass-1.05-1.el6.i686 already installed and latest version
Nothing to do
上から見ると、sshpass が既にインストールされているように見えます。