Use `ss -ltn`.
Before you debug "why can't I reach my service?", check what
your machine is actually listening on:
ss -l listening sockets
ss -t TCP only
ss -n numeric (no DNS resolution)
TASK
----
Run `ss -ltn`. Pass when ":22" (SSH) appears in the output.
Sign in to save your code and track progress across devices.