GhostBSD - 19.04 - 共通事項 - sshd
1. 概要 「18.12」までは、デフォルトで「sshd」が起動していたのですが、「19.04」からは自分で起動しなければならないようです。 2. /etc/rc.conf /etc/rc.conf に以下の1行を加えます。 sshd_enable="YES" 3. 起動 service sshd start
/etc/rc.conf
sshd_enable="YES"
service sshd start