I am using Chef, invoked by Capistrano. There is a directive to clone a repository using git. git node['rails']['rails_root'] do repository "git@myrepo.com:/myproj.git" reference "master" action :sync user node['rails']['rails_user'] group node['rails']['rails_group'] end When it gets to this point, I get: ** [out :: 10.1.1.1] STDERR: Host key verification failed. So, I need to add a "known_hosts"
{{#tags}}- {{label}}
{{/tags}}