ssh-agent-client-rs 1.1.2

Pure rust implementation of the ssh-agent protocol. It can be used to write clients that interact with the ssh agent.
Documentation
1
2
3
4
5
## How I generated the certs and cert keys

1. Re-using the id_ed25519 keypair as a CA key
2. Generated a cert key with `ssh-keygen -N "" -t ed25519 -f id_ed25519_for_cert`
3. Generated the cert from the pubkey with `ssh-keygen -s id_ed25519 -I for-test-user -V +1000w -n test id_ed25519_for_cert.pub`