OPNsense Forum

Archive => 15.1 Legacy Series => Topic started by: jstrebel on February 25, 2015, 09:08:26 am

Title: how can I change from admin to root ?
Post by: jstrebel on February 25, 2015, 09:08:26 am
Hi,
to reduce security risks I configured a admin user (with admin right)
I unchecked root access of my-opensense.
ssh admin@myopnsense works.
If I enter under admin "su" I get the the response "Sorry".
What I did i miss to make this work?
Jakob
Title: Re: how can I change from admin to root ?
Post by: franco on February 26, 2015, 10:05:15 am
https://github.com/opnsense/core/issues/71

wheel is missing, but it's not easily fixed on the command line, because the users and groups are rewritten on reboot by the config.xml/php code. Thanks for the report.