Linux Programmer | RHCE | RHCSA

Search This Blog

Wednesday, 28 March 2018

Disable default keyring password in ubuntu

Disable default keyring password popup

1. Remove old password entry of default keyring

rm -rf ~/.local/share/keyrings

2. Then next time it is ask for the new password then do not enter any password,

just click on "Continue" button.

then it will ask to save unencrypted password,

Again press on "Continue" button.

from next time it will not ask for the password.

No comments:

Post a Comment

Gitlab_CICD_Sample Deployment

Gitlab CICD Stages: build - Create build of project. - If it is docker project which contains dockerfile then, create docker image - push in...