Not authorized to control networking in SSH console
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Not authorized to control networking in SSH console
I want to control Network manager from the command-line. This worked well enough in Ubuntu 10.04 (with cnetworkmanager, nmcli is another possible choice).
Since the upgrade to Ubuntu 10.10 however, a DBus exception is raised when I attempt to activate a connection from within a SSH terminal:
Code:
org.freedesktop.NetworkManager.PermissionDenied: Not authorized to control networking.
A user who is administrator.
When the command is issued while he is logged in gnome, there is no authorization problem.
When he tries it from another machine over SSH (logged into the same account), it fails since the upgrade to 10.10
A user who is administrator.
When the command is issued while he is logged in gnome, there is no authorization problem.
When he tries it from another machine over SSH (logged into the same account), it fails since the upgrade to 10.10
It sounds like the user is not a member of the right groups.
In most distributions, desktop users who log in directly to the machine are automatically given the privileges of several groups. When logging in remotely, these privileges are not granted unless the user is actually a member of those groups.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.