Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeepAliveMsg = "keepalive@openssh.com" NotOurRefError = `exit status 128, stderr: "fatal: git upload-pack: not our ref ` )
View Source
const ( StatusStarting status = iota StatusReady StatusOnShutdown StatusClosed )
Variables ¶
View Source
var EOFTimeout = 10 * time.Second
Functions ¶
func LoadGSSAPILib ¶ added in v14.16.0
func LoadGSSAPILib(config *config.GSSAPIConfig) error
Types ¶
type OSGSSAPIServer ¶ added in v14.16.0
type OSGSSAPIServer struct { Keytab string ServicePrincipalName string // contains filtered or unexported fields }
func (*OSGSSAPIServer) AcceptSecContext ¶ added in v14.16.0
func (*OSGSSAPIServer) DeleteSecContext ¶ added in v14.16.0
func (server *OSGSSAPIServer) DeleteSecContext() error
type Server ¶
func (*Server) MonitoringServeMux ¶
Click to show internal directories.
Click to hide internal directories.