Considering that this is a production device, I would like to avoid any disruptive config and only have it as a last resort. given my 'admin' config:
XXXFW01(M)-> get conf | inc admin
set auth-server "XXXRadius" account-type admin
set admin name "admin"
set admin password "xxxxxx"
set admin ssh port 2022
set admin auth timeout 10
set admin auth server "XXXRadius"
set admin auth remote primary
set admin auth remote root
set admin privilege read-write
set admin format dos
If the 'admin' account doesn't grant me root from remote, is possible that account has remote root priviledge from local? Secondly, doesn't "set admin auth remote root" imply I should be having root priviledge from remote?