Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PamAuthenticate ¶
Types ¶
type SSHAuthInfo ¶
type SSHAuthenticator ¶
type SSHAuthenticator struct {
// contains filtered or unexported fields
}
func NewSSHAuthenticator ¶
func NewSSHAuthenticator(authorizedFilePath string) (*SSHAuthenticator, error)
func (*SSHAuthenticator) Authenticate ¶
func (s *SSHAuthenticator) Authenticate(info *SSHAuthInfo) (bool, error)
func (*SSHAuthenticator) Close ¶
func (s *SSHAuthenticator) Close() error
Click to show internal directories.
Click to hide internal directories.