Skip to content

Commit 4a1dcdf

Browse files
romanmichalvasko
authored andcommitted
server config UPDATE mention ssh system users
1 parent f2c48f3 commit 4a1dcdf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/server_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ extern "C" {
6060
* iana-ssh-mac-algs, iana-ssh-public-key-algs, ietf-keystore, ietf-ssh-server, ietf-truststore,
6161
* ietf-tls-server and libnetconf2-netconf-server.
6262
*
63+
* Note that the SSH authentication depends on the value of the 'local-users-supported' feature in the ietf-ssh-server module.
64+
* If the feature, and its dependent if-features, are disabled, the SSH authentication will use the system users.
65+
* Otherwise, the SSH authentication will use the local users from the configuration (the default).
66+
*
6367
* @param[in, out] ctx Optional context in which the modules will be implemented. Created if *ctx is null.
6468
* @return 0 on success, 1 on error.
6569
*/

0 commit comments

Comments
 (0)