diff --git a/src/opnsense/mvc/app/library/OPNsense/Auth/Services/System.php b/src/opnsense/mvc/app/library/OPNsense/Auth/Services/System.php index a44392673..c33b9e4e6 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Auth/Services/System.php +++ b/src/opnsense/mvc/app/library/OPNsense/Auth/Services/System.php @@ -48,11 +48,12 @@ class System implements IService public static function aliases() { return [ - 'sshd', - 'sudo', 'login', + 'opnsenseauthtest', /* XXX unused in >= 19.7 */ + 'opnsenselogin', + 'sshd', 'su', - 'opnsenseauthtest' + 'sudo', ]; }