본문 바로가기

728x90

SecureCRT

SecureCRT 클라이언트에서 AWS EC2 서버에 SSH 접속 시 오류가 발생하는 경우 SecureCRT 클라이언트에서 AWS EC2 서버에 SSH 접속 시 오류가 발생하는 경우SecureCRT 클라이언트에서 AWS EC2(우분투 24.04) 서버에 SSH 접속 시 Public-key authentication with the server for user ubuntu failed 오류가 발생하는 경우에 문제를 해결할 수 있습니다.테스트 환경클라이언트 운영체제 : Windows 11클라이언트 프로그램 : SecureCRT 8.3.2서버 운영체제 : Ubuntu 24.04 LTS서버 프로그램$ sshd -VOpenSSH_9.6p1 Ubuntu-3ubuntu13.5, OpenSSL 3.0.13 30 Jan 2024SecureCRT 접속 실패 오류Public-key authentication wi.. 더보기
우분투에서 teleport를 설치하는 방법(4) SecureCRT를 통해 Teleport에 연결하는 방법SecureCRT 설정세션 구성Hostname : Teleport Proxy의 IP 주소Port : 3022Username : SSH 사용자 이름Private Key 설정SecureCRT에서 Session Options > SSH2 > Authentication으로 이동PublicKey를 선택하고 .pem 키 파일을 지정연결 실행설정을 저장하고 연결 더보기
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의 최신 버전으로 업데이트하면 호환되는 키 교환 방법.. 더보기
Powerline Fonts를 다운로드하여 Oh-My-Zsh 테마인 Powerlevel9k에 적용하는 방법 Powerline Fonts를 다운로드하여 Oh-My-Zsh 테마인 Powerlevel9k에 적용하는 방법 1. Powerline Fonts 다운로드 및 설치 Powerline Fonts를 다운로드하고 설치합니다. 이는 Powerlevel9k 테마에서 사용할 아이콘과 특수 문자를 제대로 표시하기 위해 필요합니다. git clone https://github.com/powerline/fonts.git --depth=1 cd fonts ./install.sh cd .. rm -rf fonts 2. Oh-My-Zsh 설치 및 Powerlevel9k 테마 설정 Oh-My-Zsh를 설치하고 Powerlevel9k 테마를 설정합니다. sh -c "$(curl -fsSL https://raw.githubusercon.. 더보기
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를 설정해야 하므로 .. 더보기
MobaXterm 설치 및 사용하는 방법 MobaXterm 설치 및 사용하는 방법 MobaXterm 설치 다운로드 URL : https://mobaxterm.mobatek.net/download.html MobaXterm Home Edition 설치 파일 다운로드 다운로드받은 설치 파일(Installer edition)을 압축 해제하고 설치 마법사로 설치를 진행합니다. 라이선스 동의 설치 디렉토리 설치 후 바탕화면에 있는 아이콘을 실행하면 먼저 '보안 경고' 팝업이 노출됩니다. 원도우 보안 경고 실행 화면 기존에 Putty 및 SecureCRT 프로그램에 등록되어 있던 세션을 자동으로 가져옵니다. Start local termainal 더보기
SecureCRT에서 로그 설정을 구성하는 방법 SecureCRT에서 로그 설정을 구성하는 방법 SecureCRT는 SSH 및 Telnet 클라이언트로 많이 사용되는 프로그램 중 하나입니다. SecureCRT을 실행합니다. "File" 메뉴에서 "Connect" 또는 "Quick Connect"를 선택하여 원격 호스트에 연결합니다. 연결된 세션 창에서 "Options" 메뉴를 선택합니다. "Global Options"를 클릭합니다. "Terminal" 섹션에서 "Log File" 옵션을 찾습니다. "Log File" 옵션 옆에 있는 "Browse" 버튼을 클릭하여 로그 파일을 저장할 경로와 파일 이름을 선택합니다. "Log File Name Variables"에서 로그 파일 이름에 대한 변수를 설정할 수 있습니다. 예를 들어, 변수 중 하나인 "%H".. 더보기

반응형