git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
5959cb7
Branches
Tags
documentation-tree
master
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
derivepassphrase.git
docs
changelog.d
20241123_190504_the-13th-letter_ssh_key_howto.md
Document that `is_suitable_ssh_key` now takes an optional agent client in the changelog
Marco Ricci
commited
5959cb7
at 2024-11-27 13:29:15
20241123_190504_the-13th-letter_ssh_key_howto.md
Blame
History
Raw
### Changed - Checking whether an SSH key is suitable now also depends on the SSH agent in use. API functions now optionally take an additional [`SSHAgentClient`][derivepassphrase.ssh_agent.SSHAgentClient] object to test agent-specific key suitability. - If the SSH agent supports deterministic DSA/ECDSA signatures (e.g. [RFC 6979][], then mark DSA and ECDSA SSH keys as suitable. [RFC 6979]: https://www.rfc-editor.org/rfc/rfc6979