How to check if ssh tunnel is open: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with " nc -z localhost $port where port is the forwarded port")
 
(No difference)

Latest revision as of 01:15, 24 March 2022

nc -z localhost $port

where port is the forwarded port