일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- imds
- docker #dockerfile #도커 #도커파일
- 백준
- 도커
- googleauthenticator
- EC2
- cloud-config
- docker
- keypair
- 합격전략
- AWS
- kubernetes #k8s #구성요소 #작동원리 #핵심요소
- 숙련기술원
- ecr.dkr
- 블로그 소개 #공지
- ENI
- kubernetes #k8s #기본 #명령어
- prometheus
- 11531
- ssh
- 후기
- dataroot
- Metric
- ecr.api
- endpoint
- 알고리즘
- 4575
- VPC
- docker #도커 #기본명령어
- node exporter
Archives
- Today
- Total
목록2025/06/12 (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