linux #security #google #otp #authenticator1 [Linux] AWS EC2에 ssh 접속 시 Google OTP authenticator 사용하여 인증 추가하기 1. Google OTP authenticator 설치 1-1. yum update (amazonlinux 2023에서는 yum 대신 dnf 사용)sudo yum update 1-2. google-authenticator 설치sudo yum install google-authenticator -y 1-3 Google authenticator 어플리케이션 설치 - 모바일 app 2. Linux 사용자 생성 2-1. 사용자 및 홈디렉토리 생성sudo useradd -m [username] -m 옵션이 사용자 홈 디렉토리 생성 옵션 2-2. 생성된 사용자 비밀번호 설정sudo passwd [username] 2-3. 사용자 sudo 권한 부여# sudoers 파일 확인ls -al /etc/sudoer.. 2024. 5. 7. 이전 1 다음