Install SSH on Rocky Linux 9

via DNF Command

# dnf install epel-release;
# dnf install openssh-server
# systemctl enable sshd
# systemctl start sshd
# systemctl status sshd

cofig file

 /etc/ssh/sshd_config