class SSHServer
- SSHServer
- Reference
- Object
Defined in:
crystal_ssh/ssh_server.crConstructors
Instance Method Summary
Constructor Detail
def self.new(username, password, rsakey, port = "22", listen_address = "0.0.0.0", timeout = "360", banner = "Welcome to Crystal SSH")
#