Trying to setup an operator only login for a new user.
In the docs (Adding users : VyOS Support Portal) seem to imply i just need to run:
set system login user <username> level <level>
however i get the following error:
vyos@vyos# set system login user ansiblero level operator
Configuration path: system login user ansiblero [level] is not valid
Set failed[edit]
When i use tab completion, level is not shown as a valid completion either:
vyos@vyos# set system login user ansiblero
Possible completions:
> authentication
Password authentication
full-name Full name of the user (use quotes for names with spaces)
home-directory
Home directory
Current config:
…
authentication {
public-keys identifier {
key “OBSCURED”
type ssh-rsa
}
}
full-name “Ansible Read-Only”
…
Running vyos version:
1.3-rolling-202003010217
Any help would be greatly appreciated.