Created
September 27, 2016 01:10
-
-
Save dungmanh88/b9e504ccb93983178b936b86624d9eb7 to your computer and use it in GitHub Desktop.
Change password with encrypted home directory in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo passwd username | |
ecryptfs-mount-private ### Enter old password | |
ecryptfs-rewrap-passphrase ~/.ecryptfs/wrapped-passphrase ### Enter new password | |
ecryptfs-unwrap-passphrase ### Recheck passphrase with new password. Passphrase is unchanged when you change your login password | |
Passwords and Keys > Change password of login keyring |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment