Class: SSHKit::Backend::Netssh::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/sshkit/backends/netssh.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connection_timeoutObject

Returns the value of attribute connection_timeout.



27
28
29
# File 'lib/sshkit/backends/netssh.rb', line 27

def connection_timeout
  @connection_timeout
end

#ptyObject

Returns the value of attribute pty.



27
28
29
# File 'lib/sshkit/backends/netssh.rb', line 27

def pty
  @pty
end

#ssh_optionsObject



30
31
32
# File 'lib/sshkit/backends/netssh.rb', line 30

def ssh_options
  default_options.merge(@ssh_options ||= {})
end