|
Class Summary |
| AuthorizedKeys |
Factory methods for creating DefaultVerifier instances around SSH authorized_keys files |
| FingerprintGenerator |
|
| Magic |
Implementation of peculiar SSH byte array algorithms |
| SSHDSSSignature |
The "ssh-dss" key format has the following specific encoding:
string "ssh-dss"
mpint p
mpint q
mpint g
mpint y
Here, the 'p', 'q', 'g', and 'y' parameters form the signature key blob. |
| SSHKey |
Default Key implementation for OpenSSH-compliant keys (RSA/DSA) |
| SSHRSASignature |
The "ssh-rsa" key format has the following specific encoding:
string "ssh-rsa"
mpint e
mpint n
Here the 'e' and 'n' parameters form the signature key blob. |
| UserFingerprintKeyId |
Implementation of KeyId which incorporates a username into the keyId string. |
| UserKeysFingerprintKeyId |
Implementation of KeyId following the Joyent API convention of /$username/keys/$fingerprint |