Skip to content

Commit

Permalink
Merge pull request dcosson#9 from carstn/ssh-config-patch
Browse files Browse the repository at this point in the history
Fix ssh authorization issue.
  • Loading branch information
dcosson committed Mar 22, 2016
2 parents 1344d0e + 1294734 commit 88e9111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-unison2/ssh_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def ssh_args
#{proxy_command}
-o StrictHostKeyChecking=no
-o UserKnownHostsFile=/dev/null
-o IdentitiesOnly=yes
#{key_paths}
).compact.join(' ')
end
Expand Down

0 comments on commit 88e9111

Please sign in to comment.