Skip to content

Commit

Permalink
Merge pull request ansible#952 from dagwieers/patch-1
Browse files Browse the repository at this point in the history
Disable PasswordAuthentication when using -c ssh
  • Loading branch information
mpdehaan committed Aug 29, 2012
2 parents 7ec0afb + 30f4f83 commit b65a2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit b65a2db

Please sign in to comment.