Skip to main content

Questions tagged [guest-account]

Use for questions that either involve creating or configuring a special, low-privilege guest account for which access data is shared under relaxed conditions, or for managing the pre-existing "Guest" account that many desktop-centric distributions provide off-the-shelf.

-3 votes
1 answer
377 views

I have a system to which some users need to connect trough regular SSH. I will name them the “Privileged Users”. In the same time this system should provide an SFTP server to “Anonymous” user (without ...
fauve's user avatar
  • 1,529
0 votes
1 answer
413 views

I have removed the guest account from the command-line using the command sudo sh -c 'printf "[Seat:*]\nallow-guest=false\n" >/etc/lightdm/lightdm.conf.d/50-no-guest.conf' How can I restore the ...
user avatar
0 votes
1 answer
131 views

I'm self studying for my Linux+/LPIC-1 and I was working through the textbook titled "CompTIA Linux+ Guide to Linux certification" in conjunction with some video courses when this question arose. I ...
redreich's user avatar
9 votes
2 answers
7k views

I want a guest account just like in Ubuntu which has following features: It does not require password to login A new home folder (in /tmp if possible) is created with no data every time User data is ...
Alex Jones's user avatar
  • 6,483
2 votes
2 answers
5k views

I'm trying to create a guest account in arch linux that only allows the user to use simple applications like firefox. I do not want them to have access to programs like terminal or grub-customizer etc....
Painguy's user avatar
  • 169
5 votes
2 answers
299 views

I would like to set up a guest account on my Ubuntu so that anyone could log in (no password) and browse the Internet. But the guest user should not be able to modify desktop configuration (remove ...
Grzegorz's user avatar
  • 151