![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
HP Mini 1120nr User
![]() Join Date: May 2005
Location: US
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
HowTo: Create a Passwordless / Guest Login (Simple Method)
Yes, I realize such a HowTo already exists (HowTo: enable passwordless logins via GDM), but this method is entirely different and, I think, less complicated.
Warning: Even though this method is simple (few steps), it is extremely dangerous if you don't know what you're doing. Do not attempt this if you are worried that you might mess up the /etc/shadow file, thus screwing up your Ubuntu system, possibly irreparably! This is an oft-requested task, mainly for people who don't want to require less tech-savvy family members to have to remember passwords. It is a security risk, but I think people should at least know how to put their computers at risk if they want to. Don't blame me if anything bad happens. Step 1 Make sure you have created a user. For the sake of this example, let's say you called the account username guest. You can give it any temporary password you want. We're going to change that password shortly anyway. I'm assuming you know how to do this already. If you don't, I can assure you that this HowTo is not one you should be following, and you would be very likely to screw up the next step. Step 2 Next, go to the terminal and paste in this command: Code:
sudo nano -B /etc/shadow Once you have it open, find the appropriate line for the account in question. It'll look something like this: Code:
guest:$1$2TUdk8Z0$tb2Fn6Idgo8dq9EgYv4xZ0:13721:0:99999:7::: Code:
guest:U6aMy0wojraho:13721:0:99999:7::: Now you should be able to log into the guest (or whatever you called it) account without entering a password. Last edited by aysiu; December 12th, 2007 at 12:56 PM.. Reason: Added flag to nano command to make a backup copy first. |
|
|
|
|
|
#2 |
|
Himbeer Brombeer Macchiato
![]() Join Date: May 2006
Location: 100acrewood
Beans: 7,262
Kubuntu 9.10 Karmic Koala
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
Nice one, Aysiu!
|
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2007
Location: Kuala Lumpur and London
Beans: 103
Ubuntu 7.10 Gutsy Gibbon
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
Would this give the guest sudo access at the terminal?
|
|
|
|
|
|
#4 |
|
Himbeer Brombeer Macchiato
![]() Join Date: May 2006
Location: 100acrewood
Beans: 7,262
Kubuntu 9.10 Karmic Koala
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
|
|
|
|
|
|
#5 | |
|
The emu says rawr.
![]() Join Date: Sep 2006
Location: Oklahoma
Beans: 3,539
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
Great job Aysiu! Very helpful.
__________________
Quote:
|
|
|
|
|
|
|
#6 |
|
HP Mini 1120nr User
![]() Join Date: May 2005
Location: US
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
No. This has nothing to do with user privilege. It has only to do with the user password being blank.
If you want to add your guest user to the admin group, then that's a separate step, and one I would strongly advise against. |
|
|
|
|
|
#7 |
|
Ubuntu Member
![]() Join Date: Jun 2007
Location: NYC
Beans: 322
Ubuntu Karmic Koala (testing)
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
@Aysiu
Worked like a charm. Would you mind explaining a little more? I assume "U6aMy0wojraho" is the encryption for nothing? |
|
|
|
|
|
#8 | |
|
HP Mini 1120nr User
![]() Join Date: May 2005
Location: US
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
Quote:
http://ubuntucat.wordpress.com/2007/...unt-in-ubuntu/ |
|
|
|
|
|
|
#9 | |
|
The emu says rawr.
![]() Join Date: Sep 2006
Location: Oklahoma
Beans: 3,539
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
Didn't think about looking at that, aysiu. Good thinking
Pretty clever.
__________________
Quote:
|
|
|
|
|
|
|
#10 | |
|
Ubuntu Member
![]() Join Date: Jun 2007
Location: NYC
Beans: 322
Ubuntu Karmic Koala (testing)
|
Re: HowTo: Create a Passwordless / Guest Login (Simple Method)
@Aysiu
Quote:
Thanks for mucking around your with system to figure that out.... |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|