본문 바로가기

728x90

OTP

HashiCorp Vault의 SSH OTP 방식을 통해 SSH 접속을 관리하는 방법 HashiCorp Vault의 SSH OTP(One-Time Password) 방식을 통해 SSH 접속을 관리하는 방법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 status활성화된 경로 확인vault secrets listSSH Secret Engine 활성화vault secrets enable sshOTP Role 생성vault write ssh/roles/otp_role \ ke.. 더보기
Twilio Authy 데스크톱 앱 종료 Twilio Authy 데스크톱 앱 종료 2024년 3월 19일부터 Twilio Authy 데스크톱 앱이 더 이상 지원되지 않습니다. Authy를 계속 사용하려면 Authy Android 또는 iOS 모바일 앱을 설치하세요. Authy 데스크탑 대안 Authy 모바일 앱을 사용할 수 없는 경우 다음 제안과 같은 대체 데스크톱 제품을 찾아보는 것이 좋습니다. https://support.1password.com/one-time-passwords https://authenticator.cc https://steptwo.app https://secrets.app https://keepassxc.org 더보기
CentOS 7에서 Google OTP를 설치하고 설정하는 방법 Google OTP를 설치하는 방법Google OTP(One-Time Password)를 리눅스에 설치하려면 주로 "libpam-google-authenticator" 라이브러리를 사용합니다. 이 라이브러리는 PAM(Pluggable Authentication Modules)을 통해 Google Authenticator를 리눅스 시스템에 통합하는 데 사용됩니다.1. Google Authenticator 설치Google Authenticator를 설치합니다.sudo yum install -y google-authenticator2. Google Authenticator 설정Google Authenticator를 설정해야 합니다. 사용자마다 개별적으로 Google Authenticator를 설정해야 하므로 .. 더보기

반응형