QuestionQ7
Explain authentication methodsWhich method is recommended to create a new user from the CLI?
- A edit bigip.conf to add the new user and the user's clear-text password
- B Run tmsh create auth user username prompt-for-password from bash
- C Run useradd username then passwd username from bash or tmsh
- D Run f5adduser username then f5passwd username from bash or tmsh
Community Discussion