MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / SetPassword

Method SetPassword

e2e_framework_test.go:486–486  ·  view source on GitHub ↗
(password string)

Source from the content-addressed store, hash-verified

484// AuthUser is an entry in the in-memory AuthUserStorage. It can be used to modify the user used for testing.
485type AuthUser interface {
486 SetPassword(password string)
487 // GetPassword
488 GetPassword() *string
489 // AddKey adds a new private and public key to this user.

Callers 1

LoginViaSSHMethod · 0.65

Implementers 1

authUsere2e_framework_test.go

Calls

no outgoing calls

Tested by 1

LoginViaSSHMethod · 0.52