Skip to content

Commit

Permalink
Add TOTP codes are not accepted bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets authored May 5, 2023
1 parent fdd8289 commit 366ace3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/totp-codes-are-not-accepted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: TOTP codes are not accepted
about: OTP codes are configured, but don't seem to be accepted, or only sometimes
accepted
title: 'TOTP not accepted: '
labels: ''
assignees: ''

---

## Prerequisite

Read [this](https://twitter.com/thomashabets/status/1133780752582217728), have a little chuckle to yourself.

After that: no seriously really do confirm it. Most of the reported issues with TOTP follow that pattern.

## PAM config

E.g. `/etc/pam.d/ssh`, or `common-auth` if it uses that.

## SSH config (or equivalent if not using SSH)

`/etc/ssh/sshd_config`

## Enable `debug` on the module, and paste what's logged

Maybe from `/var/log/auth.log`.

0 comments on commit 366ace3

Please sign in to comment.