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

ServiceName

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