RedHat Linux 9でsshの有効化

/etc/ssh/sshd_config
上のファイルの下の部分を書き換える。
Port 22
PermitRootLogin no
PasswordAuthentication yes


sshサービスを再起動
systemctl restart sshd

Firewallの設定
firewall-cmd –list-all
「services: cockpit dhcpv6-client ssh」がエントリ内にあればOK。
無ければ「firewall-cmd –permanent –add-service=ssh」コマンドでsshサービスを追加

ご参考まで。

関連記事

TOP