Hi
We had created an Operator user to run “show” commands from our monitoring server. But it seems that the fix for Bug 498 (http://bugzilla.vyos.net/show_bug.cgi?id=498) has completely blocked the ability for operator users to run remote commands.
So, does this need another bug reporting or is there a different way of having a user execute show commands from another server? We don’t want the user to have Admin privileges.
An example command that is being executed is:
$command = qq#/usr/bin/vtysh -c \'show ip bgp $ip\'#;
Thanks in advance for your help.