Storm 썸네일형 리스트형 macOS에서 stormssh를 설치하고 설정하는 방법 macOS에서 stormssh를 설치하고 설정하는 방법StormSSH는 터미널 환경에서 SSH 접속 정보를 효율적으로 관리할 수 있도록 도와주는 Python 기반 오픈소스 도구입니다.기존의 ~/.ssh/config 파일을 직접 수정하지 않고도 명령어 기반으로 SSH 호스트를 추가·수정·검색할 수 있으며 반복적인 접속 작업을 단순화할 수 있습니다.1. 사전 준비 (Python 및 Pip)StormSSH는 Python 패키지이므로 Python3 및 pip가 필요합니다. Python 설치 확인python3 --versionpip3 --versionpip 최신 버전 업데이트python3 -m pip install --upgrade pip2. StormSSH 설치pip를 이용하여 설치합니다.pip3 install.. 더보기 ec2 인스턴스에 stormssh 설치 및 설정하기 ec2 인스턴스(Amazon Linux 2)에 stormssh 설치 및 설정하기stormssh 설치pip(pip2) 경로 확인$ which pip3/usr/bin/pip3pip3 명령으로 stormssh 설치pip3 install stormssh$ /usr/bin/pip3 install stormsshWARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.Collecting stormssh Downloading stormssh-0.7.0.tar.gz (90 kB) |████████████████████████████████| 90 kB 1.9 MB.. 더보기 이전 1 다음