일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 알고리즘
- docker #도커 #기본명령어
- keypair
- 블로그 소개 #공지
- 4575
- 후기
- ecr.dkr
- ENI
- AWS
- 백준
- VPC
- prometheus
- googleauthenticator
- docker #dockerfile #도커 #도커파일
- dataroot
- docker
- 숙련기술원
- node exporter
- Metric
- 합격전략
- kubernetes #k8s #기본 #명령어
- EC2
- endpoint
- ssh
- 11531
- kubernetes #k8s #구성요소 #작동원리 #핵심요소
- imds
- ecr.api
- cloud-config
- 도커
Archives
- Today
- Total
목록googleauthenticator (1)
ISFJ 개발자의 이야기

Google Authenticator를 이용해서 MFA 인증 시 Amazon Linux 2023 EC2서버에 접근 가능하도록 구축해보겠습니다. 우선 ssh 접근 관련 설정을 수정해줍니다.sudo sed -i '40i\PermitRootLogin yes' /etc/ssh/sshd_configsudo sed -i '41i\RSAAuthentication yes' /etc/ssh/sshd_config sudo sed -i '8i\auth required pam_google_authenticator.so nullok' /etc/pam.d/sshd sudo sed -i '10i\ChallengeResponseAuthentication yes' /etc/ssh/sshd_config.d/50-redhat.confsu..
Cloud/AWS
2025. 6. 12. 22:21