28 29 30
# File 'lib/jupiter/host.rb', line 28 def ssh @ssh ||= Net::SSH.start(host, sshuser, password: sshpass, port: sshport) end