# Functions
New returns an unstarted server.
SetAuditLog assigns an audit log interfaces to this server.
SetLabels sets dynamic and static labels that server will report to the auth servers.
SetLimiter sets rate and connection limiter for this server.
SetProxyMode starts this server in SSH proxying mode.
SetSessionServer represents realtime session registry server.
SetShell sets default shell that will be executed for interactive sessions.
# Structs
Server implements SSH server that uses configuration backend and certificate-based authentication.
# Type aliases
ServerOption is a functional option passed to the server.