class

Beryl::Apply::SshShell

Inherits Beryl::Apply::Shell < Reference < Object

Implémentation réelle : délègue à une SSH::Connection.

Constructors

new(conn : SSH::Connection)
Source

Instance methods

exec(command : String, raise_on_error : Bool = true) : SSH::Result
Source
write_file(remote_path : String, content : String, mode : String | Nil = nil) : Nil
Source