otp 썸네일형 리스트형 [draft] HashiCorp Vault의 SSH OTP 방식을 통해 SSH 접속을 관리하는 방법 HashiCorp Vault의 SSH OTP(One-Time Password) 방식을 통해 SSH 접속을 관리하는 방법Architecture1. Vault 서버 설정 (Node141 - 192.168.0.141)Vault 서버 주소와 인증 토큰 설정export VAULT_ADDR=http://127.0.0.1:8200export VAULT_TOKEN="hvs.OXgyLZfl8wnutNnda1FK3Cd2"Vault 로그인vault login "$VAULT_TOKEN"Vault 서버 상태 확인vault status활성화된 경로 확인vault secrets listSSH Secret Engine 활성화vault secrets enable sshRole 생성(OTP Role 생성)vault write ssh/r.. 더보기 [draft] CentOS 7에서 Google OTP를 설치하고 설정하는 방법 CentOS 7에서 Google OTP(Google Authenticator)를 설치하고 설정하는 방법Google Authenticator는 이중 인증(2FA)을 위한 OTP(일회용 비밀번호) 솔루션입니다.1. Google Authenticator 패키지 설치sudo yum install -y google-authenticator2. Google Authenticator 설정Google Authenticator 인증 파일 생성(QR Code 생성)google-authenticator -s ~/.ssh/google_authenticatorDo you want me to update your "/home/ec2-user/.ssh/google_authenticator" file? (y/n) yDo you wa.. 더보기 이전 1 다음