[linux] Google AuthenticatorIT/linux2022. 9. 30. 11:03
Table of Contents
환경
OS : Ubuntu 20.04 LTS
apt install libpam-google-authenticator
# 2차 인증 적용할 계정으로 전환
su - ${id}
google-authenticator
vi /etc/pam.d/sshd
# 추가
# google otp
auth required pam_google_authenticator.so nullok
vi /etc/ssh/sshd_config
# 변경
UsePAM yes
ChallengeResponseAuthentication Yes
systemctl restart sshd
# key 조회 가능
cat /home/${user}/.google_authenticator
'IT > linux' 카테고리의 다른 글
[linux] ping: socket: Operation not permitted (0) | 2023.03.29 |
---|---|
[linux] ubuntu Error: Waiting for cache lock (0) | 2022.09.30 |
[linux] sftp log (0) | 2022.08.26 |
[linux] ntp 설정 (0) | 2022.08.25 |
[linux] postfix error (0) | 2022.08.25 |
@주니- :: 주니
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!