ssh를 사용하다 보면 다음과 같은 의문이 들 수 있습니다. 내 패스워드나 암호키가 탈취당할 수 있는데, 어떤 해결방법이 있을까 이를 해결하기 위해 SSH에 OTP를 적용해서 보안 레벨을 올려봅시다. 리눅스 환경에 접근하여 아래 명령을 사용하여 sudo su root 계정으로 전환합시다. 아래 명령어를 사용하여 google-authenticator를 설치, ssh 로그인 설정을 변경해줍니다. # Install google-otp yum install google-authenticator -y -q # use otp config cat /etc/pam.d/sshd #%PAM-1.0 auth required pam_google_authenticator.so secret=\${HOME}/.ssh/google_..