Index: spyder/widgets/github/gh_login.py
--- spyder/widgets/github/gh_login.py.orig
+++ spyder/widgets/github/gh_login.py
@@ -76,7 +76,7 @@ class DlgGitHubLogin(QDialog):
         self.cb_remember = None
         # Check if we are not in Python 2 and Linux because
         # there's no keyring backend there
-        valid_py_os = not (PY2 and sys.platform.startswith('linux'))
+        valid_py_os = not (PY2 and sys.platform.startswith(('linux','openbsd')))
         if self.is_keyring_available() and valid_py_os:
             self.cb_remember = QCheckBox(_("Remember me"))
             self.cb_remember.setToolTip(_("Spyder will save your credentials "
