()
| 76 | } |
| 77 | |
| 78 | func 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, |
no test coverage detected