AWS EC2 생성 후 EC2 접속을 위해 터미널에서 telnet 명령어를 이용해 접속을 시도하였다. telnet xxx.xxx.xxx.xxx 22 -bash: telnet: command not found 하지만 -bash: telnet: command not found ... telnet 명령어를 찾을 수 없다고 나온다. 왜일까? 이유는 High Sierra 이후 기본적으로 Telnet을 제공하지 않기 때문에, Homebrew로 Telnet을 설치 해야한다. 1. Homebrew 설치 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2. telnet 설치 brew tap ..