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