Did you ever find yourself at work with a remote session on your Ubuntu server (or workstation) invoked by ssh -X command and needed to launch users-admin or some similar graphical application that need a sudo (or root) authentication to work?

Did you ever got frustrated of not having the possibility to enter or see accepted your password ?

Well, here’s how to resolve this! All you need to do is invoking this command:
sudo ck-launch-session $command &

For example, when I needed users-admin (to graphically add a new user, modify or delete an old one) giving the aforementioned command, after having inserted my sudo password, I got this window

Ubuntu users-admin, remotely called

P.S. = if you can help me with a shorter or clearer post title I’ll be grateful (remember english isn’t my native language !!!)


Leave a Comment