Commit b65a2dbd by Michael DeHaan

Merge pull request #952 from dagwieers/patch-1

Disable PasswordAuthentication when using -c ssh
parents 7ec0afbe 30f4f83a
......@@ -76,6 +76,6 @@ remote_port=22
# will result in poor performance, so use transport=paramiko on older platforms rather than
# removing it
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
ssh_args=-o PasswordAuthentication=no -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment