SSH: Difference between revisions
adds tunnel and debugging |
link |
||
| Line 112: | Line 112: | ||
=== Debugging === | === Debugging === | ||
To find out what is connected and/or listening on a given port, you can use <code>lsof</code> with the <code>-i</code> option for '''Internet files''' | To find out what is connected and/or listening on a given port, you can use <code>[[lsof]]</code> with the <code>-i</code> option for '''Internet files''' | ||
e.g. | e.g. | ||
<source lang="bash"> | <source lang="bash"> | ||