to acces my passwords with a small nice gui to easy enter passwords into ssh. I cant seem to find an alternative for Linux? does any one know of a simple alternative for acces the pass store with a simple popup gui, where i can search and then press enter to copy the password to to clipboard?
There is a dmenu script, but i have not been able to get it working properly on fedora with wayland (or find a proper guide)…
thanks. can i ask how you trigger the script with a keyboard shortcut ?
this seems to be just what i need, how ever when i manualy launch the script, i get shown my passwords, but if i select one and press enter, i dont get the password in my clipboard?
I haven’t set up a keyboard shortcut yet. I always have my terminal up, so placing it in a folder that is in PATH does it for me. What DE are you on? I think each DE has its own way of setting up keyboard shortcuts. On Gnome, this works: settings → keyboard → keyboard shortcuts → custom → add, and then something like this:
im using gnome, i was just wondering if you were doing something else, than setting up a custom shortcut.
this seems to be just what i need, how ever when i manualy launch the script, i get shown my passwords, but if i select one and press enter, i dont get the password in my clipboard?
also is there any way to style it? (dark vs light)
Ah, yeh, that’s because the “default” behaviour is to show the full entries, and one has to use the -c flag to copy it to the clipboard. If you update the shortcut to include -c at the end of the command, that’ll copy the password to the clipboard:
last thing, how do you make it display center? from what i can tell there is a limit in gnome that prevents wofi from displaying the menu center… is there any workaround or do i have to use sway or something silimar on top of gnome ?
Navigate to System Settings, Preferences, Startup Applications. Use the slider to enable SSH Key Agent. Up to five ed25519 key pairs stored in ~/.ssh will be searched and the private key associated with your public key at the remote end will be used automatically.
if you are attempting to connect to an OLD target such as AWS CodeCommit you may have to use RSA key pairs.
I’m not sure tbh—I haven’t paid attention to where it comes up. I’ll have to check on my wayland system. I’ll do that and report back when I can.
@ernie-07 that’s a completely different subject that you’re talking about here. (Are you sure you were attempting to reply to this topic?)