MCPcopy Create free account
hub / github.com/bytebase/dbhub / getDefaultSSHConfigPath

Function getDefaultSSHConfigPath

src/utils/ssh-config-parser.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

connectSourceMethod · 0.85
resolveSSHConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected