Hi,
I am setting up one platform with Equuleus 1.3.0 and I have this security issue.
I load my config from file, commit, save. Then I logout the router and login with my own user (not vyos default user), to delete vyos user from config.
I made “delete system login user vyos”, enter, commit, save.
I made “show system login user ?” and I can only see my custom created users, not vyos default user.
Then I logout the router and try to login with vyos/vyos…and it WORKS!!!
I look again at the config and i can’t found vyos user…but it works…
Then I made a system reboot and vyos user didn’t work any more, but I need to reload the system.
"
vyos@XPi204r# show system login user
Possible completions:
ansible
juan
[edit]
vyos@XPi204r# exit
exit
vyos@XPi204r:~$ exit
logout
WELCOME TO XPERIENTIA SYSTEMS. UNAUTHORIZED USE OF THIS SYSTEM IS PROHIBITED!
XPi204r login: vyos
Password:
PLEASE, LOGOUT THIS SYSTEM SECURELY!
vyos@XPi204r:~$ configure
[edit]
vyos@XPi204r# show system login user
Possible completions:
ansible
juan
[edit]
vyos@XPi204r# show system login user
user ansible {
authentication {
encrypted-password ------------------------------------
plaintext-password “”
}
}
user juan {
authentication {
encrypted-password ---------------------------------
plaintext-password “”
}
}
"