Configures the delimiter characters used in the SSH Proxy username syntax. The proxy allows a single SSH endpoint to route connections to multiple tenants and backend devices.

Username Format

When connecting through the SSH proxy, users specify the target in their SSH username using a structured format:

<username><tenantDelimiter><tenant><deviceDelimiter><device>

Example with defaults (# and @): alice#example.com@webserver01

Settings
Tenant Delimiter
Single character separating the username from the tenant portion. Default is #.
Device Delimiter
Single character separating the tenant from the target device. Default is @.