How to check if ssh tunnel is open

From razwiki
Revision as of 01:15, 24 March 2022 by Razzi (talk | contribs) (Created page with " nc -z localhost $port where port is the forwarded port")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
nc -z localhost $port

where port is the forwarded port