SSH transport for constrained remote Vibe commands.
Summary
Types
@type t() :: %Vibe.Remote.Transport.SSH{ connection: term(), host: String.t(), port: non_neg_integer(), user: String.t() }
SSH transport for constrained remote Vibe commands.
@type t() :: %Vibe.Remote.Transport.SSH{ connection: term(), host: String.t(), port: non_neg_integer(), user: String.t() }