himitsu-ssh - format of SSH keys used by himitsu-ssh(7)
This man page details the format of SSH keys stored in the Himitsu key store by himitsu-ssh. For details on using himitsu-ssh, consult himitsu-ssh(7) instead.
The Himitsu keys used by himitsu-ssh use proto=ssh and define other fields which may vary depending on the type of key in use. The keys common to each key type are:
The "type" defines the other parameters which are present. Key materials are stored directly in their "raw" form, rather than wrapped in the SSH standard key format.
ssh-ed25519 keys add the following fields:
RSA integers are stored as a sequence of multi precision unsigned integers. Such an integer starts with the length as an big-endian 32bit word. Followed by the denoted number of bytes, also in big-endian. The highest value bit of the first byte has to be 0, thus the integer may be left-padded with a single zero value.
himitsu-ssh(7)