summaryrefslogtreecommitdiff
path: root/src/ssh.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssh.rs')
-rw-r--r--src/ssh.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ssh.rs b/src/ssh.rs
new file mode 100644
index 0000000..3019d45
--- /dev/null
+++ b/src/ssh.rs
@@ -0,0 +1,5 @@
+// Copyright © 2022 Kim Altintop <kim@eagain.io>
+// SPDX-License-Identifier: GPL-2.0-only WITH openvpn-openssl-exception
+
+pub mod agent;
+pub use ssh_key::*;