Skip to content

--username option usage #1455

Answered by davidBar-On
son9701 asked this question in Q&A
Jan 13, 2023 · 4 comments · 4 replies
Discussion options

You must be logged in to vote

On the client side, the user name is set by the--username and the password is set either by the IPERF3_PASSWORD environment variable, or iperf3 will prompt for it. When using --username, --rsa-public-key-path must be set also.

On the server side, the following two parameters must be set for the authorization to work:

  1. --rsa-private-key-path - the private key path.
  2. --authorized-users-path - the path to the file that includes the user names and their password. This Oracle page has a good explanation about this file format and an example of generating it (see both the options descriptions and the EXAMPLES section).

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@son9701
Comment options

Comment options

You must be logged in to vote
1 reply
@son9701
Comment options

Answer selected by son9701
Comment options

You must be logged in to vote
1 reply
@son9701
Comment options

Comment options

You must be logged in to vote
1 reply
@son9701
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants