- 1. 概要
- 2. インストール
- 3. 起動
1. 概要
SSH サーバは、「eopkg」コマンドでインストールします。
以下、いずれも root ユーザで。
2. インストール
eopkg install openssh-server
3. 起動
$ systemctl enable sshd
Created symlink /etc/systemd/system/multi-user.target.wants/sshd.service → /usr/lib/systemd/system/sshd.service.
$ systemctl start sshd
|