11#ifndef _GVM_SSHUTILS_H
12#define _GVM_SSHUTILS_H
int gvm_ssh_private_key_info(const char *, const char *, const char **, char **)
Gets information from a SSH private key.
Definition sshutils.c:113
char * gvm_ssh_public_from_private(const char *, const char *)
Exports a base64 encoded public key from a private key and its passphrase.
Definition sshutils.c:72
char * gvm_ssh_pkcs8_decrypt(const char *, const char *)
Decrypts a base64 encrypted ssh private key.
Definition sshutils.c:34