Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_config_ssh_password_auth Struct Reference

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.

Detailed Description

This contains configuration data for password authentication for sshd on the device.

Field Documentation

◆ password

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.

◆ username

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.


The documentation for this struct was generated from the following file: