()
| 12 | * Default path to the user's SSH config file |
| 13 | */ |
| 14 | export function getDefaultSSHConfigPath(): string { |
| 15 | return join(homedir(), '.ssh', 'config'); |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * Default SSH key paths to check if no IdentityFile is specified |
no outgoing calls
no test coverage detected