1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Related Resources
=================
SSHSIG specification
--------------------
SSHSIG armored, blob, and signed data formats are documented in a file named
`PROTOCOL.sshsig` which is archived from <https://github.com/openssh/openssh-portable> at
<https://archive.softwareheritage.org/swh:1:cnt:78457ddfc653519c056e36c79525712dafba4e6e>.
Related software
----------------
* [ssh-keygen](https://en.wikipedia.org/wiki/Ssh-keygen)
(the functionality basis of this Python port)
* [sshkey-tools](https://pypi.org/project/sshkey-tools/)
(Note: "SSH key signature" in this library is at a lower level than SSHSIG signatures)
History
-------
* [ssh-datasign](https://github.com/grawity/ssh-datasign) (starting Python codebase)
|