RockyLinux9にSSHをインストールする

RockyLinux9にSSHをインストールする

1. SSHのインストール

1
sudo dnf install openssh-server

2. SSHの起動

1
sudo systemctl start sshd

3. SSHの自動起動

1
sudo systemctl enable sshd

4. SSHの確認

1
sudo systemctl status sshd

5. SSHの設定

1
sudo vi /etc/ssh/sshd_config

パスワード認証を有効にする

1
PasswordAuthentication yes

6. SSHの再起動

1
sudo systemctl restart sshd

以上でSSHのインストールと設定が完了しました。


You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

コメント

You forgot to set the shortname for Disqus. Please set it in _config.yml.
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.