How To Remove Ubuntu’s Password Keyring

UPDATE:  This post is almost 2 years old now and the method described below is somewhat obsolete (but still works).  Borrowing from the comments posted below, do the following to remove the keyring in a more simple fashion:

1) Go click Applications > Accessories > Passwords and Encryption keys
2) The should be entries there listing an array of keyring password.
3) Right click on them and select change password
4) Enter the old password if you have one then leave the new password blank. (A warning message should appear)

I’ve not done this personally (I haven’t had to) but if I’m guessing correctly, the “warning message” mentioned above in step 4 is likely the same warning message pictured below, asking if you are sure you want to use “Unsafe Storage”.  You can read more about what this means below.

—————-[Begin old post]—————-

I would have made the title of this post “How to remove the Keyring password manager in Ubuntu Linux” but that’s kinda long…  Anyway, you might be wondering what the keyring password manager is.  It is a built in feature of Ubuntu (specifically, a package called “Seahorse“) that remembers passwords for things like FTP account logins, Evolution Email accounts, your wireless network authentication passwords, etc., and locks them all behind a kind of Master Password of sorts.  So for example, lets pretend that the password for your wireless network was 64 characters long and was just a bunch of random numbers and letters that you’d only be able to remember if you were some kind of freak savant mathematician.  The keyring password manager would remember this for you, but will only allow the system to access and use that long password after you grant it access to the keyring.

As nice and handy as this might sound to security buffs, it’s struck me as a minor inconvenience.  For starts, if I were to configure Ubuntu to automatically login to my account after I turn the computer on, I would then also be asked to type in my keyring password so it would connect to my wireless network.  This becomes a bigger problem if, for instance, I were to connect to my computer remotely and had to reset it for some reason, like applying a recent kernel update.  The snag there would be that after restarting, my computer would boot up, but since I’m not physically sitting in front of it, it would sit there waiting for me to enter a keyring password before it would reconnect to my wireless network, and I’d have to go home or ask someone else to type in the password for me.

So what I’ve always wanted to have happen is this:

  • I start or restart the computer by remote (such as through SSH or VNC).
  • After booting it automatically logs into my account and connects to my wireless network without asking for any passwords along the way so I can VNC right back into the system with no further trouble.

I’ve finally learned how to do this, and it’s stupid easy to do.

There is of course a few security drawbacks about doing this.  For starts, if any person were to gain physical access to my machine they’d be able to connect to my wireless network without needing to enter a password. Then again, if someone I don’t trust has somehow gained physical access to my machine I might as well go ahead and consider it to be compromised.

Now, if the PC were in an office with a bunch of random co-workers always around, I’d be a lot more concerned.  If that were the case, I’d have that puppy locked down with a power on password, disable booting from the CD-ROM/Ethernet/USB in the BIOS, perhaps have a GRUB password and be working from an encrypted HD with the required /boot partition on a USB key, and of course auto-login would be disabled so I would be required to enter anywhere from 2 to 3 different passwords just to login to the system.  But this thing is in my house behind two large dogs and a dead-bolt locked door, functioning as a server that requires a password for me to access it by via SSH or VNC anyway.  So for this particular PC, I see little harm in opting out of using this security feature.

So here’s how you get rid of the keyring manager.  Please note: This will erase saved passwords you have so be sure you know or remember them before you make your computer forget them!

  1. Open up your Home Folder by clicking Places>Home Folder
  2. Press CTRL-H (or click View>Show Hidden Files)
  3. Find a folder called .gnome2 (it has a period at the beginning of the name) and open it by double clicking on it
  4. Inside of the .gnome2 folder, there is another folder called keyrings.  Open it up.
  5. Delete any files you find within the keyrings folder
  6. Restart the computer

After you restart and login (if you’re automatically logging in) you’ll probably be asked to enter your wireless networks WPA/WEP encryption key (because we made it forget).  After you type that password in, the keyring manager will appear to let you know that it would like to handle the storage of that password and lock it away with a new keyring.  The box looks like this:

Instead of typing in a new password, leave both boxes completely empty and click Create.

You’ll then be asked if you know what the hell you’re doing:

Go ahead and click Use Unsafe Storage.

WARNING: Doing this creates a new file in your ~/.gnome2/keyrings/ folder called default.keyring and it will now house passwords IN CLEAR TEXT and not in an encrypted form.  So it is imperative that you are certain no untrustworthy persons can access your user account (either physically or by remote) or they will be able to easily open and read this file and obtain many passwords (for things such as FTP accounts, SSH, e-mail accounts, etc).  Proceed with caution.

From here on all keyring-stored passwords you enter will not safeguarded behind a master password or encryption.  Whether or not you want to do this is entirely up to you.  I personally have had enough of the keyring manager and consider it kind of annoying.  But as I said before, you may have certain environmental factors that make having a master password over the rest of your passwords a good idea.  Keep in mind that the keyring password manager has absolutely nothing to do with your administrative/root privilages password that has to be entered any time you want to apply updates, or add/remove software.  You will still have to type your account password in for these actions, and that is something I am quite comfortable with. I’m just happy I don’t have to have to ask my girlfriend to type in a keyring password every time I want to restart the computer while I’m away from home.

111 Responses to “How To Remove Ubuntu’s Password Keyring”

  1. Kent Says:

    Thanks Dave,
    My computer is also behind locked doors, so nice to unlock this for good.

  2. Mo Says:

    Thanks for that. This feature seems pointless because if you are worried about multiple users you would disable autologin of the OS.

  3. henriquemaia Says:

    Thanks for posting this advice. This was getting on my nerves and each time I typed the password I would think that it was better for me to find some howto on how to bypass this. I googled a bit and found yours, which worked like a charm. Thanks a lot!

  4. Ramachandran Says:

    Dear sir

    Thank you for solution. It worked for me. Keep it up. Thanks once again. Ramachandran

  5. Jerry Says:

    Thanks a bunch… Great post…

  6. Charles Says:

    My hat’s off to you, sir. It worked.
    Here’s an FYI for those using Intrepid 64-bit.
    The WLAN login will be a little different.
    After you’ve entered your wireless network password, a dialog will pop up telling you that the keyring wants to store your password. Your choices will be “Deny”, “Allow Once”, or “Always Allow”.
    I selected “Always Allow” and the next time I booted up, the system didn’t even ask for the network pass. It logged right in with no questions at all.

  7. Jaak Says:

    amazing! I was not easy to find this solution…

  8. Devlin Says:

    A HUGE thank you to you Dave!
    I was seriously considering dumping Ubuntu (it is still a possiblity) the idiotic changes they have made are really annoying. Next fix is to re-enable ctrl-alt-backspace… Their instructions were of no help. I am still stumped at how they can say they disabled it due to people “accidentally” hitting this combinations…HOW do you accidentally hit these three keys?!?!?!

  9. Christophe Says:

    Thanks, nice and simple solution. Your solution stays the same in Ubuntu 9.04.
    Btw first in Google search on “ubuntu wireless keyring password”.

  10. Bhushan Says:

    Thanks for the post. It works great

  11. John Says:

    Excellent, I have been fighting with this for days, it has made my life so much easier.

  12. Eric Says:

    Thanks Dave,
    Worked great on 9.04, I’m new to ubuntu, just installed it for the first time last week when Jaunty was released. Typing in the password every time I rebooted was one of the few things I did not like. This post is definitely going to help me stay.

  13. chasysom Says:

    ehh.. amazing ))

  14. bob Says:

    You use Ubuntu and have a girlfriend?

  15. piltdown Says:

    This keyring prompt is (now was) SO annoying. Many thanks!!

  16. Tommy Says:

    bob said
    > You use Ubuntu and have a girlfriend?

    The earliest versions of Ubuntu came with girlfriends included. Well, pictures of women some found to be too racy.

    The developers quickly realized Ubuntu men and women had women and men in their lives who did NOT appreciate the photos, so Ubuntu chose to remove them. http://lwn.net/Articles/165751/

    If you made that comment about Slackware, on the other hand… ;-)

  17. Pastor JW Says:

    Good how-to! I also hate the silliness of it. In Kubuntu I removed kwallet for the same reason however, you have to disable it before you can remove it. Other than waste the user’s time I have never found a good reason for making your own computer almost impossible for you to use!

  18. chaosman Says:

    Thanks a lot. Now I can control my server completely via Vino.

  19. david_steinlage Says:

    Tommy, you crack me up. :)

  20. BurnGates Says:

    Kudos dude. That’s been pissing me off for days.

  21. KeithA Says:

    Obviously I had the same issues. Thanks for this fix.

    Just to cross reference, this post explains the problem in great detail.

    http://blogs.computerworld.com/ubunti_wi_fi_password_problems?page=1

  22. headcleft Says:

    Cheers, annoying problem solved… much appreciated

  23. RobHK Says:

    Great. I Googled for this but the suggestions on the other sites didn’t work.

  24. DaveM Says:

    Dave, you may want to clarify that what is being done here is not removing the keyring, just its master password. After following your instructions, users will find a new, clear-text keyring named “default.keyring” stored in their .gnome2 folder.

  25. Mark Says:

    Thanks for this! Was driving me mad on my eee PC.

    This information should be shown at create keyring time. “Note: Creating a blank password keyring will blah blah”

  26. david_steinlage Says:

    @DaveM: Thanks, will do.

    @Mark: You might search Ubuntu Brainstorm to see if anyone has suggested this yet, and if not, throw a well written idea in that you think would get a lot of votes. I wish it were easier than this, too… but it’s just the way things go when it comes to “wishlist” fixes.

  27. eirred Says:

    thanx a lot!!!!!!!!!!!great job!!!!!!!

  28. Jack Says:

    Thanks, Dave, for this how-to. I actually needed this information to correct an error that stemmed from updating from a prior version of Ubuntu. When I first installed a very old version of Ubuntu on this computer, I had created a 7-character password for my login account.

    Recently, I installed Ubuntu 9.04 on a different computer and tried to use the same 7-character password. To my surprise, Ubuntu stopped me from using such a short password, and insisted I use a longer one!

    I thought nothing of it, until I tried upgrading Ubuntu on this computer to version 9.04. After the upgrade (which proceeded without a hitch), I could no longer log into my account. I then realized that Ubuntu wasn’t accepting my previously generated 7-character password! I used some information found on-line to remove my old password, and replace it with a longer one. Now, I could log in to Ubuntu on this machine, but was prompted for the keyring password (which happened to match my “old”, shorter login password).

    Using the information in this how-to, I was able to remove the login.keyring file. After rebooting, I was asked to supply the WPA pass phrase (just as your article stated), but after doing so, the keyring manager DID NOT APPEAR!!

    I checked my hidden folder, and found that a new login.keyring file had been created. However, the next time I rebooted, my wireless network connected automatically, AND I WAS NOT PROMPTED FOR A KEYRING PASSWORD!!!

    As far as I’m concerned, that’s the best of both worlds. My passwords are still encrypted, but (by default?) the keyring password seems to have been set to match my login password.

    Again, many thanks for your help.

  29. andy mejias Says:

    Thanks alot, I am new to Linux and this is a great help; at least I have one of a thousand questions answered. Thanks again!

  30. Calvin Says:

    Can I do the same with my Ubuntu remix version?

  31. Henrique Maia Says:

    Thanks for this how to. I was getting annoyed with having to type my password every login just to use rhythmbox and last.fm/libre.fm scrobbling feature. You saved me from that ;)

  32. david_steinlage Says:

    @Calvin: I’ve not used the Ubuntu Remix edition but there is a very good chance it works the exact same way. Give it a try and just make backups of any files you might modify/delete in case something goes wrong.

  33. Lucias Clay Says:

    You sir are a genius. Been trying to get around that for ages.

  34. B Bell Says:

    I did this and now it won’t save my wireless WEP password. So i have to enter the password to connect to the wireless network. Anyone else having this problem? I’m using Ubuntu Netbook Remix

  35. david_steinlage Says:

    Well I guess I stand corrected about this probably working in Ubuntu Netbook Remix edition….

    Anyone know of a possible work-around?

  36. pcdoc Says:

    Many Thanks.
    Worked brilliantly on Ubuntu Netbook Remix installation on an Acer Aspire One.
    Cheers

  37. Waisybabu Says:

    Works like a charm! Thank you random internet guy! :D

  38. Vincent Says:

    Finally!! After an hour and a half and trying 5 or so different solutions this is the one that actually works, and dead simple too! Many Thanks!

  39. Rod Gudgion Says:

    Thanks very much indeed.

  40. Kri Kri Says:

    big up! thank you very much!

  41. Josip Says:

    Thanks a lot for this. My server now works great.

  42. kevin rogers Says:

    i followed the step to remove, worked fine, how ever on inspection of the file ,found the key NOT to be in plain test format.

    [Portion removed by by David Steinlage]

    so is it still encrypted?

    David Steinlage: NO, as stated in the post, the keys will not be encrypted. They might LOOK encrpyted, but that’s actually the “real” key your computer transmits to your wireless router when it authenticates itself. For example, when you create a WEP key, you usually start off with a passphrase but it’s converted into a hexidecimal string, so it may not look like plain text in it’s raw format, but should still be treated as such. Good thing I edited your comment before posting it or I would have given your wireless rouuter’s password away on the Internet.

  43. John Says:

    In 9.1 you can merely edit the connection setting to allow everyone access to the network. Then when Ubuntu starts you are not asked for your password

  44. Glenn Says:

    Excellent post. Thanks.

  45. Mario Says:

    Thank you very munch. It was so annoying to have to retype this password all the time

  46. Marjorie Fowler Says:

    Thanks so much for this, Dave. You’re my hero for the day.

  47. YAY! Says:

    Cheeeeeers, Master!
    Awesome tip! Loving Ubuntu.
    :D

  48. boo Says:

    but then again it will automatically forget password somehow..
    I don’t know why..

  49. adam Says:

    To not delete all the passwords (Ubuntu 9.x): Open Applications > Accessories > Passwords and Encryption Keys. Right click on the Passwords once inside the application, and select ‘Change Password’. Enter the old password and leave the new one blank. Presto!

  50. Spikes Joubert Says:

    Hi Dave,
    Thanks for this tip! It saved me from reloading Ubuntu on the Netbook.

  51. Dave Says:

    Dude, your the best. Thanks!

  52. Sorry but... Says:

    this is not really a good solution. As warned, it leaves all of your passwords available in one plaintext file! This is totally insecure, and John’s solution (a few posts up from mine) solves the problem while only opening up the network to other users of that computer…surely a better solution?

  53. Frank Says:

    Dave,
    Many thanks!

  54. glyn Says:

    Thanks for this solution, this problem has been driving me potty for days.

  55. Wathonian Says:

    Dave,

    I have tried your cure but it does not seem to work. Are things different with Ubuntu 9.10 netbook remix?

    What is happening is that after automatic logon I am asked for the Password or Encryption Keys’ for my wireless network. This is despite the fact that under ‘Keyrings’ I have the two folders ‘Default’ – containing the one word ‘Default’ – and ‘Default.keyring’ containing my network password/encryption key. I often have to renter this before my network is connected, making me suspect that the folder ‘default.keyring’ is not being read. Perhaps the ‘default’ folder should be blank?

    This is driving me mad and I hope you can help!

  56. AddeB Says:

    Thx So Much!!! :D
    I’ve had so many problems with this! :P

  57. Dalu Rinne Says:

    Thanks for taking the trouble to put this up. Really useful

  58. Joe Says:

    If you wanna be cautious, you can always rename the old keyring file to login.keyring_FOOOO — same effect as deleting it but you could recover it later if u needed….. I’m a great fan of renaming rather than deleting key systems files :P

  59. Johan Says:

    Thanks, worked perfectly on Karmic, no more irritating requests.

  60. Virgil Stokes Says:

    This worked Dave! Maybe not the best solution; but, the only reasonable one that I have found yet!

    Thanks,
    –V

  61. Steve Says:

    This helped me with a frustrating problem I was having saving parameters for the VPN client configuration. Thanks a million.

  62. p3ngu1n Says:

    You rock. It turns out I shouldn’t have entered any password in the first place. Now, if only I could get rid of this keychain thing for the mac computers at my school… I don’t have high hopes for that, as I’m not an admin.

  63. FabioC Says:

    Hello. On 9.10 Netbook Remix it works fine. Thanks a lot.

  64. Gordon Barclay Says:

    Dave, you are a gem. I’ve trawled ubuntu forums and not come up with anything. I understand some peoples concern about security but it does’nt apply to me. I just cannot see the concern if you are set up with a log in pass, are you not already compromised if someone accesses your wireless network?Anyway thanks so much.
    Karmic on AAO 110.

  65. scott Says:

    dave,

    many thanks for the post.

    +1 for john’s post:
    “In 9.1 you can merely edit the connection setting to allow everyone access to the network. Then when Ubuntu starts you are not asked for your password”

    i could see wanting to not use the password manager, but if the only problem is the network connection, then the connection setting would seem to be easier/safer solution. works great for acer aspire netbook with ubuntu 9.1.

  66. Dan Says:

    Dave,

    Thank you!!!

    Thats it, after all the bollocks on all the forums and this is all I wanted as did so many others.
    You Sir are a genius

  67. doskyis Says:

    Thank you so much for the info. That problem had been driving me crazy and I’m so glad to finally have it fixed.

  68. sykologic Says:

    Upon login it didn’t ask for the wireless password again. I think this is because in the settings for the wireless network, I set make available for all users. I am running 10.04 alpha 2. Thanks a lot though. I was in the exact same scenario.

  69. bojoe Says:

    Thanks for your blog…it worked and I don’t have to get irritated having to type my password…thanks again…good job!

  70. Graham Says:

    Thanks for the procedure – it cured my inability to wi-fi!!

  71. Michael Says:

    Hey thanks for the procedure. I regularly have to setup Ubuntu machines with wireless, and had sometimes (but not always) been able to fix it changing the default “login” keyring to a blank password. Today I was trying to set up another PC and it wasn’t playing the game, but your instructions did the trick beautifully. Thanks.

  72. BitProcessor Says:

    Thanks for sharing this – works fine on Lucid Lynx !

  73. Arno Says:

    You’re a life-saver. I was going mad on my new headless (-ish) ubuntu HTPC where I would have to enter a password locally to remote in. Possibly the strangest design choice I’ve ever come across.

  74. Wylbur Says:

    What’s really strange out this is that I don’t even have a wireless adapter on this computer. During the move to Lucid, this was added. Very annoying!

  75. James Says:

    I had the same problem, but I don’t have wifi.

    Your solution worked for me anyway!

    Thanks!

  76. cuband Says:

    I ran into this exact same problem! Thanks for the tip, this will make my life easier.

  77. Justin Says:

    Thank you! That is wayyy easier than I thought it would be. I’m running Ubuntu desktop 10.04 and everything works perfect now! I thought I messed up the VNC config but my linux machine was just prompting me for the keyring password. I really don’t understand the purpose of a keyring for an automatic login though.

  78. Read Says:

    Thanks so much. Having to tell my grandkids the password just so they could connect to Wifi and print was ridiculous. Now it’s seamless.

  79. jack Says:

    Thanks Very much………:)
    good work..
    it was annoying me for a while after installed 10.4..

  80. Paul C. Says:

    Thank you for this, amazingly simple, but never would have thought of it!

    Thanks!

  81. Nikuu Says:

    thx this safed me a lot of typework.
    really needed this tweek

  82. how-to-remove-ubuntus-password-keyring ROCKS!!! « computerpunk.ca Says:

    [...] http://davestechsupport.com/blog/2009/01/16/how-to-remove-ubuntus-password-keyring/ [...]

  83. Mike Says:

    Thanks Ubuntu for driving users to disable stupid passwort managers.
    Too much security kills security…

  84. Dermot Says:

    Thanks for this. I’m configuring a mythbuntu home theatre box, so having a keychain password on a system with no keyboard is like having a cup-holder on a roller-coaster. Surprised Mythbuntu doesn’t support this semi-automatically. In the old days, you didn’t even have to log in to start up an interface… oh well. :)

  85. Pierce Says:

    This was very helpful. Thank you!

  86. Michael C Says:

    Wow, it did work. Thanks. I wish I could use my google video chat on ubuntu and I would be set. :)

  87. Thiago Says:

    Or you can just go to Accessories->Passwords and encryption keys, and change the keyring password from there, without having to delete anything…

  88. Kasper Says:

    Excellent post Dave!

    To all of my fellow Netbook Remix installers who had the same issue as I, where it didn’t remember the WiFi password when you start up your computer, the solution (for me) is as following:

    Right click the WiFi icon in the menu bar
    Click “Edit connections”
    Go to wireless tab
    Edit your network
    Go to wireless safety tab
    Write in your password and save

    When I did this, I had to type in the super admin password, created when installing Ubuntu, but after that, it works every time!

  89. fishbone Says:

    Just removed the keyring password without erasing any files in the keyring folder. Here’s what I did:

    1) Go to Applications -> Passwords and Encryption keys
    2) The should be entries there listing an array of keyring password.
    3) Right click on them and select change password
    4) Enter the old password if you have one then leave the new passwords as blank. (A warning message should appear)

    That’s it! The dialog that keeps on stalking my login is good as dead.

  90. gianni Says:

    Just go to Accessories > Passwords and Encryption Keyrings and then right click on the word “Passwords: login” and then you can ‘change password’ to null

  91. Satyadeep karnati Says:

    Thanks for info.
    I have deleted the files in keyring folder. But when I restart my system, it does not ask to setup a default keyring password, as I do not have any wireless network as in your case.

    What are the applications that ask to setup default key ring password

    Thanks,
    Satyadeep

  92. Marx Says:

    Hi, can this be done from Terminal and if so, how can I go about doing this. I have a machine on a remote location where we have nothing but female end-users. I can’t ask them to go to the machine as it’s locked up in the server room and driving/flying out there is going to be impossible right now. Is there a way for me to log into that machine remotely using Putty and disabling this? I can’t VNC to the machine, even though I already have VNC installed as that Keyring password needs to be supplied before actually being able to remote to it using RDP applications. Any ideas?

  93. david_steinlage Says:

    @Marx:

    If you have SSH access, then you can get a terminal interface up immediately from another Ubuntu machine by opening a terminal and simply typing this command:

    ssh username@hostname

    Replace “username” with the user name on the other machine, and the “hostname” with either a dynamic hostname address or the actual IP address.

    I don’t use putty often; in fact I think I’ve only used to to just do SFTP file transfers on rare occasion… and I have used it to act as a proxy server, but all the settings were in the GUI; I didn’t need to type in a special command to do anything. Just sort of setup a profile and saved it for re-use later. Perhaps there is an “SSH” executable that you can use in the DOS/Windows terminal that will work the same way it does in Linux.

  94. beatalu Says:

    Thank you — i spent hours trying all sorts of silly stuff. you just made my day!

  95. Tamsyn Says:

    Thanks so much Dave. This has been giving me curry for the last week – your fix is so simple (and doesn’t require internet access). Thanks!

  96. lochs16 Says:

    21/10/2010 Thnx, The above instructions still works with UBUNTU 10.10 + updates….

  97. neuromancer Says:

    https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/137247/comments/101
    Suggested solution: Make “available to all users” enabled by default for wireless connections.

  98. Roger Says:

    Thanks Dave, I was just about to consider taking Ubuntu off as I was getting tired of the password box. it seemed to flash up two boxes on this one.

  99. Peter Says:

    Great! My headaches are cured :) Thanks mate..

  100. Mar Says:

    Thank you so much Dave! I’m still new to Linux systems and am trying to figure things out on my own (without bugging my boyfriend about it) and having to type in three passwords every time I started the computer was a huge pain! Insanely easy to remedy though.

    Thank you again for pointing out this simple–yet evading–solution.

  101. thiyagi Says:

    thanks for the help…

  102. Marcello Says:

    I figured out how to store passwords in an unprotected keyring while leaving sensitive passwords in the password protected “default” keyring. I did this with my wireless WEP key so I don’t have to enter my default password to connect to my wireless network each time I startup my netbook.

    1 – Go to Applications > Passwords and encryption keys
    2 – You should see a list of keyrings. If you already have a default keyring set up then your wireless password will be stored in it. Delete the wireless password by expanding the keyring so it shows all your stored passwords and right clicking on the wireless password and selecting delete. You might have to unlock the keyring first if it is already locked by right clicking on it and selecting unlock.
    3 – Create new keyring by going to file > new… > password keyring. Give it a name (I named mine wireless). When prompted for a password don’t enter one and select ok to enter a blank password. You will see a warning against using a blank password, just click on “use unsafe storage”
    4 – Right click on your new keyring and select “set as default”
    5 – Now attempt to connect to your wireless. You will be asked for your password since you deleted it from your default keyring. The password should now be saved under your new unprotected keyring (the one I named wireless) instead of the original password protected “default” keyring.
    6 – Go back to your keyrings and set your original password protected “default” keyring back to default by right clicking on it and selecting “set as default”. Now passwords will again be saved under your default keyring, but your wireless password will remain in your new unprotected keyring meaning you will automatically connect to your wireless network on login without having to enter a password.

    Hopefully this was clear enough. :)

  103. sohkiak Says:

    Took a while to figure how it could work on Easy Peasy but it does work. Currently on Easy Peasy 1.6 [ubuntu 10.04 lucid lynx]

    Go to:
    Accessories/Password and encryption

    2 folders in there
    1 login
    1 default.

    You need to change the default folder following dave’s instructions.

  104. Eduard Says:

    thanks man…. great help..!!!

  105. Cristina Says:

    Thank you for the tip. It was very useful and it worked perfectly. :)

  106. fitz Says:

    Adding my thanks! Such an annoying feature when I setup systems for friends.

  107. Tony Says:

    Thanks for this tip. It came in very handy setting up a MythTV client — it logged in automatically, but the “Wife Acceptance Factor” would have been lowered considerably if it needed a password typed in each time, followed by manually starting the MythTV software.

    By the way, the technique works with no modifications on Xubuntu 10.04 (Ubuntu 10.04 with an XFCE desktop instead of Gnome).

    Tony

  108. DeadMan Says:

    Thanks so much, this article helps me well…

  109. Casey Says:

    Worked for me in Narwhal.

    For me, NOT password-protecting my wi-fi keys is a security feature. This could help me track my laptop in the event it’s stolen, using Prey:
    http://preyproject.com/

  110. Murray Says:

    110th response – Rule #1 with passwords is don’t store them. Ok, store them in a keyring and then use a password… You solved my problem!

  111. JP Loken Says:

    My wife demanded to get XP back if this thing wasn’t removed.
    Problem solved thanks to your article.
    Thank you very much.

Leave a Reply

*