class WdSSH

Defined in:

ssh.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(*, host : String, user : String, port = 22, private_key : String) #

[View source]

Class Method Detail

def self.open(*, host : String, user : String, port = 22, private_key : String, &) #

[View source]

Instance Method Detail

def iscsictl!(params : String) : Tuple(String, Bool) #

[View source]