Method: Jupiter::Host#ssh

Defined in:
lib/jupiter/host.rb

#sshObject



28
29
30
# File 'lib/jupiter/host.rb', line 28

def ssh
  @ssh ||= Net::SSH.start(host, sshuser, password: sshpass, port: sshport)
end