-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
TOTP codes are not accepted
bug template
- Loading branch information
1 parent
fdd8289
commit 366ace3
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |