OpenVAS Libraries
7.0.9
|
#include <openvas_ssh_login.h>
Data Fields | |
char * | name |
char * | username |
Name to identify this credentials. More... | |
char * | userpassword |
Name of the user. More... | |
char * | public_key_path |
Password of the user. More... | |
char * | private_key_path |
Path to the public key. More... | |
char * | ssh_key_passphrase |
Path to the private key. More... | |
char * | comment |
Passphrase for the key. More... | |
gboolean | valid |
Optional comment. More... | |
SSH Login information struct. (credentials)
char* openvas_ssh_login::comment |
Passphrase for the key.
char* openvas_ssh_login::name |
char* openvas_ssh_login::private_key_path |
Path to the public key.
char* openvas_ssh_login::public_key_path |
Password of the user.
char* openvas_ssh_login::ssh_key_passphrase |
Path to the private key.
char* openvas_ssh_login::username |
Name to identify this credentials.
char* openvas_ssh_login::userpassword |
Name of the user.
gboolean openvas_ssh_login::valid |
Optional comment.
TRUE if all information and key files available, FALSE otherwise.