With the coming 14.04 release sux (wrapper around su which will transfer your X credentials) is no longer included in Ubuntu. (I think it is being removed because it is being pulled from Debian, because of no maintenance of the original code.)
I'm looking for simple alternatives, not something that requires you to mess around with config-files or run sshd locally.
My goal is to log in to the desktop of user A, and then get a terminal as user B, where all x is going through to the desktop. Hope that makes sence...
Example of what I could do now with sux, that I need alternatives for:
User A logs in and opens terminal A@desktop:~$ sux - B B@desktop:~$ firefox
Firefox opens, but with user B's settings, bookmarks and file acces to user B's home directory.
– Søren Mar 04 '14 at 07:12