Table of Contents
1 opensshをインストールする
opensshをインストールします。havegedはシステム起動時にrandomデバイスのエントロピーを確保するのに必要です。エントロピーが十分でないとキーボード入力等でエントロピーが確保されるまでsshdは待ち状態になります。
$ sudo pacman -Sy –noconfirm openssh haveged$ sudo systemctl enable sshd haveged$ sudo systemctl restart sshd haveged