MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / WaveSshConfigUserSettings

Function WaveSshConfigUserSettings

pkg/remote/sshclient.go:89–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87var configUserSettingsOnce = &sync.Once{}
88
89func WaveSshConfigUserSettings() *ssh_config.UserSettings {
90 configUserSettingsOnce.Do(func() {
91 waveSshConfigUserSettingsInternal = ssh_config.DefaultUserSettings
92 waveSshConfigUserSettingsInternal.IgnoreMatchDirective = true
93 })
94 return waveSshConfigUserSettingsInternal
95}
96
97type UserInputCancelError struct {
98 Err error

Callers 3

GetConnectionsFromConfigFunction · 0.92
findSshConfigKeywordsFunction · 0.85
NormalizeConfigPatternFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected