|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
This contains configuration data for password authentication for sshd on the device. More...
#include <zephyr/net/net_config.h>
Data Fields | |
| const char * | username |
| Username to use for password authentication. | |
| const char * | password |
| Password to use for password authentication. | |
This contains configuration data for password authentication for sshd on the device.
| const char* net_config_ssh_password_auth::password |
Password to use for password authentication.
If NULL or empty string, password authentication will be disabled and only public key authentication will be allowed.
| const char* net_config_ssh_password_auth::username |
Username to use for password authentication.
If NULL or empty string, then username is not used. The username cannot contain spaces.