* Get deterministic controlPath for SSH config.
(config: SSHConnectionConfig)
| 371 | * Get deterministic controlPath for SSH config. |
| 372 | */ |
| 373 | getControlPath(config: SSHConnectionConfig): string { |
| 374 | return getControlPath(config); |
| 375 | } |
| 376 | |
| 377 | /** |
| 378 | * Reset backoff for a connection (e.g., after user intervention) |
no test coverage detected