The password based authentication method seems to be deprecated anyway:https://forum.opnsense.org/index.php?topic=23232
https://github.com/opnsense/plugins/blob/master/sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup/Git.php
} elseif (strpos($pushtxt, 'Permission denied') || strpos($pushtxt, 'Authentication failed ')) { $error_type = "authentication failure";