SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

SSH Tunnel Debugging Connection

An SSH tunnel debugging connection is a secure, encrypted channel that a developer establishes to connect a local debugging or profiling tool to a remote application running on SAP BTP. According to the SAP BTP documentation, this approach is used when profiling an application running on SAP JVM, allowing the SAP JVM Profiler to communicate with the remote JVM process through the tunnel.

Docs explaining this concept

Prerequisites