「Ubuntu 21.04」Open SSH Serverをインストールする

1.Open SSH Serverのインストール
# sudo apt update
# sudo dpkg –configure -a
# sudo apt install openssh-server

2.SSH Serverを実行
# sudo systemctl status ssh
自動起動
# sudo systemctl enable ssh

3.ファイアウォールを設定
# sudo ufw allow ssh
ルールをアップデートしました
ルールをアップデートしました(v6)

状態を確認
# sudo ufw status
状態: 非アクティブ

Ubuntu 21.04

Posted by arkgame