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 17:10] val |
2fa_на_предприятии [2025/10/07 08:34] (current) val [Шаг 1. Настраиваем SSH доступ с 2FA] |
||
---|---|---|---|
Line 28: | Line 28: | ||
===== Запись вебинара ===== | ===== Запись вебинара ===== | ||
+ | |||
+ | * 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 | * Тэги: 2FA, OTP, TOTP, SSH, PAM, OpenVPN | ||
Line 41: | Line 46: | ||
<code> | <code> | ||
+ | $ timedatectl status #!!! | ||
+ | |||
$ sudo apt-get install libpam-google-authenticator | $ sudo apt-get install libpam-google-authenticator | ||
</code> | </code> | ||
Line 57: | 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 93: | 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]] | ||
+ | |||
+ | ===== Итоги/Вопросы ===== | ||