How can I allow access to the guest account from the login screen in Ubuntu?

1

2

In Ubuntu, one can create a temporary guest account that is deleted at logout. However, one can only do this by logging in as a real user first. Is there any way to allow a person to log in to the temporary guest account directly from the login screen?

Yes, I understand the security implications of doing this.

Ryan C. Thompson

Posted 2010-07-29T06:36:12.240

Reputation: 10 085

Answers

1

This sounds like you want to set up a system where anyone can login (or work without logging in), but where nothing is saved, and the user is prevented from changing anything. Is that correct?

That is commonly called "kiosk mode".

There is no completely out-of-the-box solution for Ubuntu, AFAIK, partly because the exact requirements can vary. But there are many solutions; see e.g.

Can I get Linux into 'Party/Kiosk-Mode' like status?

sleske

Posted 2010-07-29T06:36:12.240

Reputation: 19 887

Well, sort of. But I also want my normal account for myself. – Ryan C. Thompson – 2010-07-31T14:04:32.243

Most kiosk-mode implementations that I have seen work by using accounts with special properties. You can still create regular accounts to go along with them. – sleske – 2010-09-20T09:50:39.233