Class: Vagrant::Config::SSHConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/vagrant/config.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#env

Method Summary

Methods inherited from Base

#[], #instance_variables_hash, #to_json

Instance Attribute Details

#forwarded_port_keyObject

Returns the value of attribute forwarded_port_key.



64
65
66
# File 'lib/vagrant/config.rb', line 64

def forwarded_port_key
  @forwarded_port_key
end

#hostObject

Returns the value of attribute host.



63
64
65
# File 'lib/vagrant/config.rb', line 63

def host
  @host
end

#max_triesObject

Returns the value of attribute max_tries.



65
66
67
# File 'lib/vagrant/config.rb', line 65

def max_tries
  @max_tries
end

#passwordObject

Returns the value of attribute password.



62
63
64
# File 'lib/vagrant/config.rb', line 62

def password
  @password
end

#private_key_pathObject

Returns the value of attribute private_key_path.



67
68
69
# File 'lib/vagrant/config.rb', line 67

def private_key_path
  @private_key_path
end

#timeoutObject

Returns the value of attribute timeout.



66
67
68
# File 'lib/vagrant/config.rb', line 66

def timeout
  @timeout
end

#usernameObject

Returns the value of attribute username.



61
62
63
# File 'lib/vagrant/config.rb', line 61

def username
  @username
end