We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
agent
1 parent 0aefece commit 2b8aa88Copy full SHA for 2b8aa88
src/agent.rs
@@ -1,4 +1,9 @@
1
//! Traits for implementing custom SSH agents.
2
+//!
3
+//! Agents which store no state or their state is minimal should
4
+//! implement the [`Session`] trait. If a more elaborate state is
5
+//! needed, especially one which depends on the socket making the
6
+//! connection then it is advisable to implement the [`Agent`] trait.
7
8
use std::fmt;
9
use std::io;
0 commit comments