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.

12 questions
24
votes
3 answers

How can I create automatically expiring user accounts?

This is what I'd like to be able to do: After a user's account is created, they should be able to ssh-tunnel, but their account is automatically removed after 30 days unless the countdown is reset by the root user. How can I automate this? I'll have…
Yusufmm
  • 394
  • 1
  • 3
  • 11
9
votes
2 answers

Create guest account in Gnome 3.X on Arch Linux

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 deleted as soon as he/she logs out User can not…
Alex Jones
  • 6,223
  • 17
  • 51
  • 83
5
votes
2 answers

Guest desktop with no configuration permissions

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 desktop icons, change theme, and so on). Is it…
Grzegorz
  • 151
  • 3
5
votes
2 answers

How do I add a guest account to Linux Mint 13?

Is there a way to add a guest login account on welcome screen of Linux Mint 13 MATE-32bits, similar to the one present in Ubuntu 12.04?
user22489
  • 53
  • 1
  • 3
2
votes
1 answer

How to create foolproof user that is only allowed to video chat with one person

I have to give a laptop to my 4 yr old who lives very far away from me, so that we can have regular video chats. I want to restrict any other use for that laptop, including video chats with other users. Specially, I am afraid she could play around…
Mephisto
  • 1,067
  • 1
  • 11
  • 25
2
votes
2 answers

Is it possible to remotely log into an FTP account without installing any software?

I'm trying to work remotely on a project that I have stored in a server, but the computer I am on belongs to the university and I don't have any keys nor permission to install anything. Could it be possible to log into my account using eclipse,…
Héctor E
  • 121
  • 3
2
votes
2 answers

Create guest account with restricted access to applications

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. How would I do this?
Painguy
  • 169
  • 1
  • 7
0
votes
2 answers

Restricting a GUI user to perform only predefined actions on Ubuntu

I am the admin of an Ubuntu machine, which I want to let a user "guest" login to via GUI. This user should be able to perform only certain actions (like view the contents of some files located on the desktop etc), and Shutdown / Reboot. Nothing…
bleepx
  • 1
  • 1
0
votes
1 answer

How to restore the guest account in Ubuntu 18.04.1 LTS Bionic Beaver?

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 guest account?
user321840
0
votes
1 answer

How to automatically log out the guest session user after idle time

On a PC for public use people enter very private data, then don't logout, which doesn't seem optimal, so I would like if anyone could tell me how to automatically log out the guest session user after idle time. The OS is Linux Mint 18.3 64-bit…
J.Meyer
  • 11
  • 3
0
votes
1 answer

Does file ownership work differently for guest users? If it does could you explain?

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 googled around with terms such as "linux file…
-3
votes
1 answer

Use openssh for ssh connections and for public sftp

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 any password, or any authentication method). For…
fauve
  • 1,140
  • 2
  • 13
  • 28