ssh-agent-lib-0.2.6 has been yanked.
ssh-agent-lib
A collection of types for writing custom SSH agents.
This makes it possible to utilize remote keys not supported by the default OpenSSH agent.
Example
This example starts listening on a Unix socket connect.sock
and
processes requests.
use Agent;
use ;
;
For more elaborate example see examples
directory.
Note
This library has been forked from sekey/ssh-agent.rs as the upstream seems not be maintained (at least as of 2022).