コンテンツにスキップ

Top

Ubuntu の ssh を有効にする

インストール直後のUbuntuはsshでログインできない。
ので、ssh を有効にする。

$ sudo apt install -y openssh-server
$ sudo systemctl status ssh
$ sudo systemctl enable ssh
$ sudo systemctl start ssh

以上!