diff --git a/application/commands/ssh.go b/application/commands/ssh.go index 756f0e4..2164556 100644 --- a/application/commands/ssh.go +++ b/application/commands/ssh.go @@ -72,7 +72,7 @@ type sshAuthMethodBuilder func(b []byte) []ssh.AuthMethod // Errors var ( ErrSSHAuthCancelled = errors.New( - "Authenication has been cancelled") + "Authentication has been cancelled") ErrSSHInvalidAuthMethod = errors.New( "Invalid auth method")