MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Error

Method Error

internal/auth/authentication.go:119–119  ·  view source on GitHub ↗

Error returns the error that happened during the authentication.

()

Source from the content-addressed store, hash-verified

117
118 // Error returns the error that happened during the authentication.
119 Error() error
120
121 // AcceptSecContext is the GSSAPI function to verify the tokens.
122 AcceptSecContext(token []byte) (outputToken []byte, srcName string, needContinue bool, err error)

Callers 15

OnAuthPasswordMethod · 0.65
OnAuthPubKeyMethod · 0.65
OnHandshakeFailedMethod · 0.65
OnExecRequestMethod · 0.65
OnSubsystemMethod · 0.65
TestEnvRequestFunction · 0.65
TestPTYRequestFunction · 0.65
TestCommandFunction · 0.65
TestShellFunction · 0.65
TestSubsystemFunction · 0.65
TestMaxSessionsFunction · 0.65

Implementers 3

kerberosAuthContextinternal/auth/kerberos_impl.go
gssApiServerinternal/sshserver/testAuthenticationN
authzGssApiServerinternal/authintegration/handler.go

Calls

no outgoing calls

Tested by 12

TestEnvRequestFunction · 0.52
TestPTYRequestFunction · 0.52
TestCommandFunction · 0.52
TestShellFunction · 0.52
TestSubsystemFunction · 0.52
TestMaxSessionsFunction · 0.52
TestKerberosPasswordAuthFunction · 0.52
TestAuthFunction · 0.52
TestCounterFunction · 0.52
TestReadyRejectionFunction · 0.52
TestAuthFailedFunction · 0.52
TestAuthGSSAPIFunction · 0.52