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

ServiceName

public enum ServiceName
Specifies list of supported services.
namespace Renci.SshNet.Messages { public enum ServiceName { UserAuthentication, Connection } }