lib/chef/knife/server_bootstrap_standalone.rb in knife-server-0.3.0 vs lib/chef/knife/server_bootstrap_standalone.rb in knife-server-0.3.1
- old
+ new
@@ -90,10 +90,11 @@
def ssh_connection
::Knife::Server::SSH.new(
:host => config[:host],
:user => config[:ssh_user],
:password => config[:ssh_password],
- :port => config[:ssh_port]
+ :port => config[:ssh_port],
+ :keys => [config[:identity_file]]
)
end
end
end
end