This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
2fa_на_предприятии [2025/09/15 09:28] val [Шаг 3. Настраиваем OpenVPN доступ с 2FA] |
2fa_на_предприятии [2025/10/07 08:34] (current) val [Шаг 1. Настраиваем SSH доступ с 2FA] |
||
---|---|---|---|
Line 4: | Line 4: | ||
* [[https://datatracker.ietf.org/doc/html/rfc6238]] | * [[https://datatracker.ietf.org/doc/html/rfc6238]] | ||
- | * [[https://2fa.zone/|Get 2FA Verification Code]] | + | * [[https://play.google.com/store/apps/details?id=ru.yandex.key&hl=en|Yandex Key – Google Play]] |
+ | * [[https://2fa.zone/]] | ||
* [[https://2fa.fb.rip/]] | * [[https://2fa.fb.rip/]] | ||
* [[https://2fa.live/]] | * [[https://2fa.live/]] | ||
Line 28: | Line 29: | ||
===== Запись вебинара ===== | ===== Запись вебинара ===== | ||
- | * Тэги: | + | * https://youtu.be/VMIi5-XY7Gk |
+ | * https://rutube.ru/video/private/7fb7b99656ae3819fcabccc090412065/ | ||
+ | * https://ok.ru/specialistru/topic/158109049773425 | ||
+ | * https://vk.com/video-2190892_456239493 | ||
+ | |||
+ | * Тэги: 2FA, OTP, TOTP, SSH, PAM, OpenVPN | ||
===== История вопроса ===== | ===== История вопроса ===== | ||
Line 40: | Line 46: | ||
<code> | <code> | ||
+ | $ timedatectl status #!!! | ||
+ | |||
$ sudo apt-get install libpam-google-authenticator | $ sudo apt-get install libpam-google-authenticator | ||
</code> | </code> | ||
Line 56: | Line 64: | ||
... | ... | ||
NNNNNNNN | NNNNNNNN | ||
+ | </code><code> | ||
+ | student@debian:~$ more .google_authenticator | ||
+ | ... | ||
</code><code> | </code><code> | ||
debian:~# cat /etc/pam.d/sshd | debian:~# cat /etc/pam.d/sshd | ||
Line 92: | Line 103: | ||
* [[https://docs.gitlab.com/user/profile/account/two_factor_authentication/|GitLab Two-factor authentication]] | * [[https://docs.gitlab.com/user/profile/account/two_factor_authentication/|GitLab Two-factor authentication]] | ||
+ | |||
+ | ===== Проблемы ===== | ||
+ | |||
+ | * [[https://docs.user.com/imap-for-account-with-2-step-verification/|How to configure IMAP/SMTP for account with a 2-step verification]] | ||
+ | |||
+ | ===== Итоги/Вопросы ===== | ||