From bede4adaeb8f4cecfb2fbc9f913cc6c39db70c35 Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Sat, 21 Mar 2026 15:31:48 +0100 Subject: [PATCH] docs: document ssh key storage API --- src/system/sshkey_storage.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system/sshkey_storage.rs b/src/system/sshkey_storage.rs index f2e9288..7cf8236 100644 --- a/src/system/sshkey_storage.rs +++ b/src/system/sshkey_storage.rs @@ -13,6 +13,8 @@ use ssh2_config::SshConfig; use super::config_client::ConfigClient; use crate::utils::ssh as ssh_utils; +/// Resolves SSH identity files from termscp config, SSH config, and standard +/// OpenSSH default locations. #[derive(Default)] pub struct SshKeyStorage { /// Association between {user}@{host} and RSA key path