wrenix.eu/content/blog/2023-05-pass.md
2024-11-08 19:15:43 +01:00

18 lines
324 B
Markdown

---
title: "Passwordmanager mit GPG-Key"
date: "2023-05-18"
authors:
- name: "me"
link: "/about/"
image: "/images/avatar.png"
tags:
- "gpg"
- "desktop"
---
```
pass init 0x7AFDB012974B1BB5
pass edit dev/codeberg.org
git remote add origin git@codeberg.org:wrenix/password-store.git
git push -u origin main
```