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