Class: Vagrant::Config::SSHConfig

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

Instance Attribute Summary collapse

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.



58
59
60
# File 'lib/vagrant/config.rb', line 58

def forwarded_port_key
  @forwarded_port_key
end

#hostObject

Returns the value of attribute host.



57
58
59
# File 'lib/vagrant/config.rb', line 57

def host
  @host
end

#max_triesObject

Returns the value of attribute max_tries.



59
60
61
# File 'lib/vagrant/config.rb', line 59

def max_tries
  @max_tries
end

#passwordObject

Returns the value of attribute password.



56
57
58
# File 'lib/vagrant/config.rb', line 56

def password
  @password
end

#private_key_pathObject

Returns the value of attribute private_key_path.



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

def private_key_path
  @private_key_path
end

#timeoutObject

Returns the value of attribute timeout.



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

def timeout
  @timeout
end

#usernameObject

Returns the value of attribute username.



55
56
57
# File 'lib/vagrant/config.rb', line 55

def username
  @username
end