<PackageReference Include="SSH.NET" Version="2024.0.0" />

SshCommand

public class SshCommand : IDisposable
Represents SSH command that can be executed.
namespace Renci.SshNet { internal enum WaitResult { Success = 1, TimedOut, Disconnected, Failed } }