class Util::SSH

Defined in:

util/ssh.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(private_ssh_key_path : String, public_ssh_key_path : String) #

[View source]

Instance Method Detail

def private_ssh_key_path : String #

[View source]
def public_ssh_key_path : String #

[View source]
def run(server, port, command, use_ssh_agent, print_output = true) #

[View source]
def wait_for_server(server, port, use_ssh_agent, test_command, expected_result) #

[View source]