summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/ssh.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-keymgr: Move arti-specific ssh code to arti module.Gabriela Moldovan2024-05-071-0/+60
Some of the types and impls from `key_type/ssh.rs` (such as `UnparsedOpenSshKey`) have nothing to do with `KeyType`, and are only used by the `ArtiNativeKeystore`, so I'm moving them to the `arti` keystore module. The shared ssh-related stuff now lives in the top-level `ssh.rs`.