IdentityFile works again in ssh-config [GH-626]

This commit is contained in:
Mitchell Hashimoto 2012-01-05 23:01:35 -08:00
parent 79e8a6ef0a
commit d0c85afd47
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ module Vagrant
:ssh_host => vm.config.ssh.host,
:ssh_user => vm.config.ssh.username,
:ssh_port => vm.ssh.port,
:private_key_path => vm.config.ssh.private_key_path,
:private_key_path => vm.ssh.private_key_path,
:forward_agent => vm.config.ssh.forward_agent,
:forward_x11 => vm.config.ssh.forward_x11
}))