A Linux user reported the following error after trying to connect to the system remotely:
ssh: connect to host 10.0.1.10 port 22: Resource temporarily unavailable
The Linux systems administrator executed the following commands in the Linux system while trying to diagnose this issue:

Which of the following commands will resolve this issue?
Select an option, then click Submit answer.
-
○
firewall-cmd --zone=public --permanent --add-service=22
-
○
systemctl enable firewalld; systemctl restart firewalld
-
○
firewall-cmd --zone=public --permanent --add-service=ssh
-
○
firewall-cmd --zone=public --permanent --add-port=22/udp
