sudo ufw status verbosesudo ufw deny 23- This blocked inbound connections on port 23.
telnet localhost 23- The connection was refused, confirming the firewall was working as intended.
sudo ufw delete deny 23- Cleaned up the test rule.
sudo ufw status numbered- Took a screenshot of this output as required.