OTP 썸네일형 리스트형 [draft] HashiCorp Vault의 SSH OTP 방식으로 SSH 접속 관리하는 방법 HashiCorp Vault의 SSH OTP(One-Time Password) 방식으로 SSH 접속 관리하는 방법Vault SSH OTP는 SSH 키를 서버에 배포하지 않고 접속 시점에만 유효한 일회용 비밀번호(OTP) 를 발급해 SSH 접근을 제어하는 방식입니다.아키텍처(Architecture)1. 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 statusSecrets Engine 목록 확인vau.. 더보기 [draft] CentOS 7에서 Google OTP를 설치 및 설정하는 방법 CentOS 7에서 Google OTP(Google Authenticator)를 설치 및 설정하는 방법1. Google Authenticator란?Google Authenticator는 시간 기반 일회용 비밀번호(TOTP)를 생성하는 이중 인증(2FA) 솔루션입니다.2. Google Authenticator 패키지 설치sudo yum install -y google-authenticator설치 확인google-authenticator --version3. Google Authenticator 초기 설정(QR 코드 생성)OTP 인증은 각 사용자별로 개별 설정해야 합니다. OTP 인증 파일 생성google-authenticator -s ~/.ssh/google_authenticatorDo you want m.. 더보기 이전 1 다음