Typo: Authenication => Authentication
This commit is contained in:
@@ -72,7 +72,7 @@ type sshAuthMethodBuilder func(b []byte) []ssh.AuthMethod
|
|||||||
// Errors
|
// Errors
|
||||||
var (
|
var (
|
||||||
ErrSSHAuthCancelled = errors.New(
|
ErrSSHAuthCancelled = errors.New(
|
||||||
"Authenication has been cancelled")
|
"Authentication has been cancelled")
|
||||||
|
|
||||||
ErrSSHInvalidAuthMethod = errors.New(
|
ErrSSHInvalidAuthMethod = errors.New(
|
||||||
"Invalid auth method")
|
"Invalid auth method")
|
||||||
|
|||||||
Reference in New Issue
Block a user