summaryrefslogtreecommitdiffstats
path: root/content/en
diff options
context:
space:
mode:
Diffstat (limited to 'content/en')
-rw-r--r--content/en/articles/manage-your-passwords-with-password-store/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/en/articles/manage-your-passwords-with-password-store/index.md b/content/en/articles/manage-your-passwords-with-password-store/index.md
index 9b1a580..3d92b06 100644
--- a/content/en/articles/manage-your-passwords-with-password-store/index.md
+++ b/content/en/articles/manage-your-passwords-with-password-store/index.md
@@ -1,7 +1,7 @@
+++
title = "Manage your passwords with password-store"
author = "Danilo M."
-type = "life"
+type = "tech"
date = "2021-05-27T15:08:05+00:00"
excerpt = "Today I'll guide you on how to safely manage all your passwords with password-store"
image = "/uppies/2021/05/vault-door1.jpg"
@@ -55,7 +55,7 @@ In this example, facebook is a directory, containing a gpg encrypted text file n
The beauty of the pass program, is that it also includes git subcommands, so you can use it to sync your password database to a remote. Here's how it works:
-The first thing you want to do is create a remote repository on your git server, there's a million ways to do so, and it depends on your git provider. If you want to host a git server I have an howto on this site, [give it a look](https://danix.xyz/2018/07/git-setup-own-server/).
+The first thing you want to do is create a remote repository on your git server, there's a million ways to do so, and it depends on your git provider. If you want to host a git server I have an howto on this site, [give it a look](../git-setup-own-server/).
After creating the remote repository, you want to clone it in `~/.password-store`, the default directory where pass will store all your credentials, and to do so you'll do:
@@ -109,8 +109,8 @@ password-store is a command line program that you can access via its command `pa
One of them is [qtpass](https://qtpass.org/), you should find it in most distros, on Slackware I found it on [SBo](https://slackbuilds.org/repository/14.2/desktop/qtpass/?search=qtpass) and compiled it without any problems. It performs very well, allows you to manipulate your password repository from a graphical interface, performs push/pull operations on git and makes it easier to create complex passwords whenever you need. Just a headsup, if you install this setup on raspbian, remember to install one of the pinentry programs to be able to insert your passkey when you are not in the terminal.
-I hope you'll find this article useful, remember to drop me a [comment][1] if you need any help and I'll be happy to help you as best as I can.
+I hope you'll find this article useful, remember to drop me a [message][1] if you need any help and I'll be happy to help you as best as I can.
Cheers!!
-[1]: #comment \ No newline at end of file
+[1]: ../../is/here/ \ No newline at end of file