Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
libssh
master
LibSSH
Generated using Crystal 1.16.3
2025-07-14 00:44:14 UTC
class
LibSSH
LibSSH
Reference
Object
Defined in:
libssh.cr
Constructors
.new
(host : String, username : String, password : String)
Instance Method Summary
#close_session
(session)
#execute_command
(command)
#execute_config_command
(commands : Array(String))
#version
Constructor Detail
def self.
new
(host : String, username : String, password : String)
#
[
View source
]
Instance Method Detail
def
close_session
(session)
#
[
View source
]
def
execute_command
(command)
#
[
View source
]
def
execute_config_command
(commands : Array(String))
#
[
View source
]
def
version
#
[
View source
]