Class: Xlogin::Ssh

Inherits:
Net::SSH::Telnet
  • Object
show all
Includes:
SessionModule
Defined in:
lib/xlogin/ssh.rb

Instance Attribute Summary

Attributes included from SessionModule

#name

Instance Method Summary collapse

Methods included from SessionModule

#close, #disable_log, #duplicate, #enable_log, #expect, #initialize, #log, #msg, #prompt, #prompt_pattern, #puts, #type, #waitfor

Instance Method Details

#interact!Object



9
10
11
# File 'lib/xlogin/ssh.rb', line 9

def interact!
  raise 'Not implemented'
end