Add example of SSH tunneling to docs #52

Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 31475c631f]
This commit is contained in:
coleramos425
2023-01-27 11:55:57 -06:00
orang tua 9c722af057
melakukan 42ecad9c37
5 mengubah file dengan 26 tambahan dan 1 penghapusan
@@ -317,10 +317,12 @@ allowing users to view results from within a web browser.
Note that the standalone GUI analyzer publishes a web interface on port 8050 by default.
On production HPC systems where profiling jobs run
under the auspices of a resource manager, additional ssh tunneling
under the auspices of a resource manager, additional SSH tunneling
between the desired web browser host (e.g. login node or remote workstation) and compute host may be
required. Alternatively, users may find it more convenient to download
profiled workloads to perform analysis on their local system.
See [FAQ](https://amdresearch.github.io/omniperf/faq.html) for more details on SSH tunneling.
```
#### Usage
@@ -30,3 +30,26 @@ Workaround:
$ export LC_ALL=C.UTF-8
$ export LANG=C.UTF-8
```
**3. How can I SSH Tunnel in MobaXterm?**
1. Open MobaXterm
2. In the top ribbon, select `Tunneling`
![Tunnel Button](images/tunnel_demo1.png)
This pop up will appear
![Pop up](images/tunnel_demo2.png)
3. Press `New SSH tunnel`
![Pop up](images/tunnel_demo3.png)
4. Configure tunnel accordingly
Local clients
- Forwarded Port: [PORT]
Remote Server
- Remote Server: localhost
- Remote Port: [PORT]
SSH Server
- SSH server: Name of the server one is connecting to
- SSH login: Username to login to the server
- SSH port: 22
Binary file not shown.

After

Width:  |  Height:  |  Ukuran: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Ukuran: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Ukuran: 29 KiB