LoginSignup
54
27

More than 5 years have passed since last update.

macOS High Sierraでtelnetを使えるようにする

Posted at

macOS High Sierraにはtelnetクライアントがありません。

なのでmacOS High Sierraにtelnetをインストールして使えるようにする手順です。
社内のネットワーク機器など、初期状態がtelnet可 / SSH不可なことが多いのでそれなりに使うことがあります。

ベストなのはセキュリティの観点からtelnet不可 / SSH可にすることですね。

Install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install telnet

brew install telnet

Wait until install finished.

Using telnet

telnet xxxx.xxxx.xxxx.xxxx

以上、簡単なメモ。

54
27
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
54
27