LoginSignup
9
7

More than 5 years have passed since last update.

Linux mint端末にSSH接続を許可するまで

Posted at

Linux mintにSSHをインストールする

  • Linux mintにSSHをインストール方法を備忘録的に書いておきます。
  • openssh-serverを使用

openssh-serverをインストール

# apt install openssh-server

SSHのデーモンを起動する。

Linux mintの場合はsshdではなくsshという名前なので注意する

$ service ssh status
Active: active (running)

ならOK。

9
7
0

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
9
7