Which command adds SSH to firewalld's permanent service configuration?
sudo firewall-cmd --permanent --add-service=sshd
sudo systemctl enable ssh
sudo firewall-cmd --add-service=ssh
sudo firewall-cmd --permanent --add-service=ssh