summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/lib/acctfuncs.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index 861de0a..edd38ee 100644
--- a/web/lib/acctfuncs.inc.php
+++ b/web/lib/acctfuncs.inc.php
@@ -1250,7 +1250,7 @@ function ssh_key_fingerprint($ssh_key) {
unlink($tmpfile);
$tokens = explode(' ', $out[0]);
- if (count($tokens) != 4) {
+ if (count($tokens) < 4) {
return false;
}