Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Ssh_agent.Privkey
Sourcetype t =
| Ssh_dss of ssh_dss
| Ssh_rsa of ssh_rsa
| Ssh_rsa_cert of ssh_rsa * Pubkey.ssh_rsa_cert
Ssh_rsa_cert (key, cert)
is a private key with a certificate for said key.
| Ssh_ed25519 of ssh_ed25519
| Blob of {
}
Blob
is an unknown ssh wire string-unwrapped private key of type * key_type
.