mirror of
https://github.com/veeso/termscp.git
synced 2026-04-06 02:01:34 -07:00
docs: document ssh key storage API
This commit is contained in:
@@ -13,6 +13,8 @@ use ssh2_config::SshConfig;
|
|||||||
use super::config_client::ConfigClient;
|
use super::config_client::ConfigClient;
|
||||||
use crate::utils::ssh as ssh_utils;
|
use crate::utils::ssh as ssh_utils;
|
||||||
|
|
||||||
|
/// Resolves SSH identity files from termscp config, SSH config, and standard
|
||||||
|
/// OpenSSH default locations.
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct SshKeyStorage {
|
pub struct SshKeyStorage {
|
||||||
/// Association between {user}@{host} and RSA key path
|
/// Association between {user}@{host} and RSA key path
|
||||||
|
|||||||
Reference in New Issue
Block a user