Questions tagged [keepassx]

KeePassX is a password manager program in Linux, Unix-like systems and others.

14 questions
9
votes
3 answers

Unlock Gnome Keyring Daemon from command line

I am trying to unlock the Gnome Keyring Daemon from the command line, by directly passing it a password. I tried a few variations of --daemonize, --login, --start, but I can't get it to work. echo $password | gnome-keyring-daemon --unlock returns…
react-newbie
  • 93
  • 1
  • 1
  • 4
8
votes
2 answers

KeepassXC-cli: Send password to stdout

I would like to authenticate to neomutt using keepassxc. I could not find a way to send password to neomutt's stdin. How can i do that ? I imagine something like this: keepassxc-cli exportpass mydatabase.kdbx [email protected] end output would be…
Jan Černý
  • 1,185
  • 2
  • 24
  • 46
7
votes
2 answers

How to setup Firefox and KeePassXC in a flatpak and get the KeePassXC-Browser add-on to work?

If KeePassXC is sandboxed in a Flatpak, browsers can only access it, if they are not sandboxed, i.e. installed as an deb/rpm package or similar on the host. Sandboxing both the browser, i.e. Firefox, and KeePassXC – or at least the browser and…
rugk
  • 2,806
  • 6
  • 28
  • 58
3
votes
1 answer

Maximizing a window (Keepassx2) from command line

I'm using i3wm and Keepassx2 on an Arch-Linux installation. I configured i3 to automatically move a window with the window class "Keepassx2" to a certain workspace $WSKP. I also configured $mod+P to execute Keepassx2. Now I would like to write a…
herhuf
  • 255
  • 2
  • 10
1
vote
1 answer

Can a file disappear from an ext4 partition if an application was using it?

A Passwords file was in use by KeePassXC. After restart, file is gone. Normal operation is: File is open and when system gets rebooted, it closes it safely (so far). Keepassxc always always autosaves. I've rarely seen "Save" available from the…
idonteven
  • 187
  • 12
1
vote
0 answers

KeepassX & YubiKey - cannot open database created with KeePass

In earlier versions of Ubuntu and KeePass I used to run KeePass with wine, but in the latest versions, the YubiKey is not detected in the wineenvironment ("error connecting to yubikey"). No problem, I thought: Let's use keepassx. Seems not that…
BurninLeo
  • 633
  • 1
  • 5
  • 9
1
vote
0 answers

Import KeePass database with key file to Pass

I have a KeePass database that is protected with a password and a key file and I'm trying to import it into Pass with a script. Unfortunately, the key file is giving me trouble. As far as I know, pass-import doesn't support key files, does it? So I…
n7kvz
  • 111
  • 1
1
vote
1 answer

Fix for ugly fonts in programs like KeePassXC or Nextcloud on Antergos with Gnome3

Using Antergos, I see ugly font rendering issues in some applications I installed like KeePassXC or also the Nextcloud client (both from AUR) as you can see on the following screenshot: I like a smooth font rendering like in the default apps.…
Lion
  • 309
  • 1
  • 4
  • 14
0
votes
0 answers

KeePassXC no entry history

There seems to be no entry history whatsoever in my KeePassXC database, and entries seem to be modified (indicated as last modified; data doesn't seem to be changing) whenever they're used by the Firefox plugin. KeePassXC doesn't make a history…
Jay
  • 1
0
votes
2 answers

Keepass Keeagent SSH Keys How to integrate with a bash terminal?

I am completely lost here. I found out about storing ssh private keys (of which I have a lot of) in my keepass database. Before I had a bash script with a simple menu that would just use ssh -i and get the priv key file locally from the .ssh…
ehammer
  • 339
  • 4
  • 14
0
votes
1 answer

KeePassXC doesn't make a history after change an entry

My database of KeePassXC is converted from KeePassX or KeePass 0.4, I am not sure. Each time changing password I could not see the backup in the history tab, is it matters to the database file? How to setup KeePassXC for automatically creating a…
nygeke
  • 1
  • 1
0
votes
0 answers

Neomutt: add gmail account using password manager (KeepassXC)

I installed neomutt recently I am not able to add my gmail account to it. How can I authenticate in neomutt as gmail client without writing password in config files as plain text ? I am using KeepassXC and I hope i is possible authenticate this…
Jan Černý
  • 1,185
  • 2
  • 24
  • 46
0
votes
1 answer

How to sync gopass password store to an android device?

I have setup gopass to be my password manager on my arch linux desktop. I would like to sync the password store to my Android mobile device. Is the only way to create a remote git repo on GitLab/Bitbucket and sync the passwords that way? Is there…
Inxsible
  • 101
  • 1
  • 2
-2
votes
2 answers

How to 2-step authenticate by password + U2F Yubikey in Linux KeePassX?

I would like to have 2-step authentication by password + Fido U2F security key. I did not find any approaches which would work in Debian 8.7. The OS should not be a limiting factor here because Qt libraries are used with KeePassX. OS: Debian…