Linuxサーバー
xubuntu の場合、素のままのインストール・パッケージには、ssh.service が含まれていないため、 そもそもインストールされていない。自分でインストールしてセットアップする必要がある。
> sudo apt-get install ssh
systemctl enable ssh.service # P-Onしたら自動でサービスが立ち上がるよう設定 systemctl start ssh.service # ssh.service を起動
systemctl enable ssh.service # P-Onしたら自動でサービスが立ち上がるよう設定
systemctl start ssh.service # ssh.service を起動
#ajaxtree
《Menubarを編集》