summaryrefslogtreecommitdiff
path: root/auth/ssh.php
diff options
context:
space:
mode:
Diffstat (limited to 'auth/ssh.php')
-rw-r--r--auth/ssh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/ssh.php b/auth/ssh.php
index 27bcdaf..07a51d2 100644
--- a/auth/ssh.php
+++ b/auth/ssh.php
@@ -21,7 +21,7 @@
require_once 'authentication.php';
-class SSH extends Authentication {
+final class SSH extends Authentication {
private $port;
public function __construct($config) {