0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ansibleで to use the 'ssh' connection type with passwords, you must install the sshpass のエラー

0
Posted at

ansible-playbook で-k でsshパスワードを入れようとすると、以下のエラーが出た

fatal: [xxx.xxx.xxx.xxx] => to use the 'ssh' connection type with passwords, you must install the sshpass program 

sshpassというパッケージを入れるとよい。

sudo aptitude install sshpass
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?