diff --git a/lib/vagrant/ssh.rb b/lib/vagrant/ssh.rb index 4754acd5c..9dc983aa8 100644 --- a/lib/vagrant/ssh.rb +++ b/lib/vagrant/ssh.rb @@ -35,7 +35,7 @@ module Vagrant # If plain mode is enabled then we don't do any authentication (we don't # set a user or an identity file) - plain_mode = options[:plain_mode] + plain_mode = opts[:plain_mode] options = {} options[:port] = port(opts)