zoukankan      html  css  js  c++  java
  • How to get rid of 'Enter password to unlock your login keyring' in Ubuntu(转) Anny

    http://karuppuswamy.com/wordpress/2010/06/18/enter-password-to-unlock-your-keyring-prompt-in-ubuntu/

    Ubuntu uses Centralized password management tool called Seahorse. This tool is a front end GUI to GNOME’s keyring management system. In simple this tool stores all passwords with a master password which is normally same as login password. This tool can manage your PGP keys, SSH Keys and pass phrases we use in different applications in Ubuntu.

    You can find the Seahorse tool in Ubuntu main menu -> Applications -> Accessories -> Passwords and Encryption Keys.

    In practical I face a problem once I change my login password. You can change password either through System -> Preference -> About me -> Change Password… or you can use shell command passwd. I use to change my password in either of these ways. In both the cases, I encounter Enter password to unlock your login keyring prompt dialog box during my first login after changing password.

    SeaHorse uses your login password as master password to unlock its pass phrase storage box. When you change the password, it is NOT updated to SeaHorse (at least, this is what I believe). So the new login password fails to unlock Seahorse storage box.

    The simple command line way to do it is to remove the ~/.gnome2/keyrings/login.keyring.

    In GUI way:

    Step-1: Ubuntu main menu -> Applications -> Accessories -> Passwords and Encryption Keys(this is at System -> Preference -> Passwords and Encryption Keys in my Ubuntu

    Step-2: In Passwords tab, right click Passwords: login. In the menu select Change Password… option.

    Step-3: Enter your old login password and new login passwords.

    You are done. Next time, it won’t ask for any login password for GNOME keyring. If Ubuntu integrate this change while changing the user password, it would be better user experience.

  • 相关阅读:
    zap日志库
    Go Logger库基本使用
    golang中的MySQL增删改查
    golang链接mysql
    文件上傳
    參數綁定:
    gin獲取path參數
    gin獲取form提交的表單數據
    獲取query string
    返回json
  • 原文地址:https://www.cnblogs.com/limei/p/2028595.html
Copyright © 2011-2022 走看看