MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / openshell_ssh_config_path

Function openshell_ssh_config_path

crates/openshell-cli/src/ssh.rs:1450–1454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1448}
1449
1450fn openshell_ssh_config_path() -> Result<PathBuf> {
1451 Ok(openshell_core::paths::xdg_config_dir()?
1452 .join("openshell")
1453 .join("ssh_config"))
1454}
1455
1456fn user_ssh_config_path() -> Result<PathBuf> {
1457 let home = std::env::var("HOME")

Callers 1

install_ssh_configFunction · 0.85

Calls 1

xdg_config_dirFunction · 0.70

Tested by

no test coverage detected