본문 바로가기

728x90

SecureCRT

[draft] SecureCRT에서 탭 이름을 연결된 호스트 이름으로 고정하는 방법 SecureCRT에서 탭 이름을 연결된 호스트 이름으로 고정하는 방법SecureCRT는 탭 이름을 세션 이름, 호스트 이름 또는 사용자 정의 형식으로 표시할 수 있습니다.1. 탭 이름 규칙 설정메뉴에서 Options > Session Options를 선택합니다.왼쪽 메뉴에서 Terminal > Appearance > Window를 선택합니다.오른쪽에서 Session Window의 Title bar 설정을 확인합니다.%S (Session Name) 또는 %H (Hostname) 변수를 사용하여 탭 이름이 호스트 이름에 기반하도록 설정합니다.예: %H를 사용하면 연결된 호스트 이름이 탭 제목으로 표시됩니다.2. 기본 세션 설정 적용새로운 세션에도 동일한 규칙을 적용하려면 기본 세션을 설정합니다.메뉴에서 Op.. 더보기
AWS EC2 Linux 인스턴스에 SecureCRT를 사용하여 SSH 접속 시 발생하는 오류 AWS EC2 Linux 인스턴스에 SecureCRT를 사용하여 SSH 접속 시 발생하는 오류 SecureCRT 오류 The client has disconnected from the server. Reason: Unable to authenticate using any of the configured authentication methods. "Unable to authenticate using any of the configured authentication methods" 오류는 SecureCRT를 사용하여 AWS EC2 Linux 인스턴스에 SSH로 접속할 때 발생할 수 있는 일반적인 문제입니다. 이 오류를 해결하기 위해 다음과 같은 단계를 따를 수 있습니다. SSH 키 페어 생성 AWS EC2 .. 더보기
SecureCRT 접속 시 Key exchange failed 오류 SecureCRT 접속 시 Key exchange failed 오류 key exchange failed 오류 No compatible key-exchange method. The server supports these methods: diffie-hellman-group14-sha256 "No compatible key-exchange method. The server supports these methods: diffie-hellman-group14-sha256" 오류는 SecureCRT가 호환되는 키 교환 방법을 찾지 못하여 발생합니다. 이 오류를 해결하기 위해 다음 방법을 시도해 볼 수 있습니다. 1. SecureCRT 업데이트: SecureCRT의 최신 버전으로 업데이트하면 호환되는 키 교환 방법.. 더보기
[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.. 더보기

728x90