Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vyos: oxidized can't get config when logged in as non-local, non-privileged user #3111

Closed
h-lopez opened this issue Mar 25, 2024 · 3 comments
Assignees

Comments

@h-lopez
Copy link
Contributor

h-lopez commented Mar 25, 2024

VyOS allows you to configure TACACS+/RADIUS authentication in addition to local accounts. If oxidized is using a TACACS-backed account with a privilege-level of 1 it fails to pull the configuration of the remote device.

enabling debug shows oxidized manages to successfully login, but shows no further output after oxidized gets the shell prompt.

Last login: Mon Mar 25 16:47:38 2024 from 172.21.50.56

oxidized@er1-devlab1> 

this appears to be due to the prompt-matching oxidized does on this model only works for privileged accounts.
by default oxidized matches a prompt in the format:
oxidized@er1-devlab1:~$

however TACACS-backed accounts with limited privileges on VyOS will instead see a prompt in the format:
oxidized@er1-devlab1>

@lundgrenolof
Copy link

Does operator still work in VyOS? Which version are you on?
https://support.vyos.io/support/solutions/articles/103000096332-vyos-users-privilege-levels

@h-lopez
Copy link
Contributor Author

h-lopez commented Apr 9, 2024

yes, operator level accounts still exist if you're using a TACACS or RADIUS backed account on 1.3, 1.4epa and the recent 1.5 rolling releases.

I can confirm this is still the case for VyOS version 1.5-rolling-202404030018

@robertcheramy
Copy link
Collaborator

Closed by PR #3112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants