Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ systemConfigFinder
Function
systemConfigFinder
cli/pkg/ssh_config/config.go:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
func
systemConfigFinder() string {
92
return
filepath.Join(
"/"
,
"etc"
,
"ssh"
,
"ssh_config"
)
93
}
94
95
func
findVal(c *Config, alias, key string) (string, error) {
96
if
c == nil {
Callers
1
doLoadConfigs
Method · 0.85
Calls
1
Join
Method · 0.45
Tested by
no test coverage detected