Setting user level

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.

Hi @Shrug666
We excluded this feature from rolling because it didn’t work correctly.
In new releases, this feature is not expected.

Thanks viacheslav. Is there any other way to limit the commands a user can run?

At the moment, I don’t see a solution.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.