ParrotSecurity 4.2: SSHサーバのopenssh-serverをインストールする

openssh-serverのインストール方法について記載します。

1 openssh-serverをインストールする

openssh-serverをインストールします。

$ sudo apt install -y openssh-server
$ sudo systemctl enable ssh
$ sudo systemctl restart ssh