summaryrefslogtreecommitdiffstats
path: root/src/ssh.rs
AgeCommit message (Expand)Author
2023-04-03refactor: clean up logic and impl trait for writing sessionsToby Vincent
2023-04-02feat: rewrite to use Extend trait and remove tmux controlToby Vincent
2023-03-19refactor: remove ssh2 dependency and parse known_hosts manuallyToby Vincent
2023-03-19fix: impl From<String> for Session for `Discovered` sessionsToby Vincent
2023-03-19feat: impl ssh KnownHosts file sourceToby Vincent