MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / userConfigFinder

Function userConfigFinder

cli/pkg/ssh_config/config.go:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func userConfigFinder() string {
79 return filepath.Join(homedir(), ".ssh", "config")
80}
81
82// DefaultUserSettings is the default UserSettings and is used by Get and
83// GetStrict. It checks both $HOME/.ssh/config and /etc/ssh/ssh_config for keys,

Callers 1

doLoadConfigsMethod · 0.85

Calls 2

homedirFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected