From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2023/password-store-remote.html | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 articles/2023/password-store-remote.html (limited to 'articles/2023/password-store-remote.html') diff --git a/articles/2023/password-store-remote.html b/articles/2023/password-store-remote.html new file mode 100755 index 0000000..867c01b --- /dev/null +++ b/articles/2023/password-store-remote.html @@ -0,0 +1,38 @@ + + + + + + + Bloggings + + +
+

Bloggings

+ Back + +
+ +
+
+

Password-store remote server

+

02-09-2023

+

+ I added a remote server for pass so I can share the passwords on my new-to-me laptop. +

+ see: https://gist.github.com/abtrout/d64fb11ad6f9f49fa32 +

+ and don't forget to +

+
    +
  • Add the Passff extension to Firefox
  • +
  • Add the host app
  • +
+ + curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox + +
+
+ + -- cgit v1.3.1