diff options
Diffstat (limited to 'auth/ssh.php')
-rw-r--r-- | auth/ssh.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/ssh.php b/auth/ssh.php index 55f6e8a..27bcdaf 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -69,7 +69,7 @@ class SSH extends Authentication { throw new Exception('Unknown type of connection for SSH.'); } - if (!success) { + if (!$success) { throw new Exception('SSH authentication failed.'); } } |