Questions tagged [seahorse]
a GNOME application for managing encryption keys and passwords in the GNOME Keyring
14 questions
3 votes
2 answers
632 views
How do I set ssh to automatically utilize a key in ~/.ssh/id_rsa for a particular host?
I set up an SSH key using GNOME's Seahorse, also known as Passwords and Secrets. The application appears to have saved the private key to ~/.ssh/id_rsa. I have copied the public key to the server ...
0 votes
0 answers
190 views
Problem with login keyring
I am using linux mint and have the nextclound desktop application installed. After each login, I get another login screen: Authentication required. The login keyring did not get unlocked when you ...
2 votes
1 answer
785 views
Prevent gnome keyring password being reset after update
Gnome Keyring (Seahorse / Passwords & Keys GUI app) resets the default Login keyring's password when updating its associated package. This is especially an issue on distributions with frequent ...
3 votes
1 answer
3k views
I'm being asked to input my password after logging in with biometrics on Fedora 38, using GNOME
This is the message that pops up - Enter password to unlock your login keyring The login keyring did not get unlocked when you logged into your computer. From what I've read online, it's a security ...
1 vote
1 answer
322 views
seahorse won't run, how to remove old version properly?
Passwords and Keys alias seahorse won't run if clicked on. When launched from terminal, I get this error: seahorse: error while loading shared libraries: libldap_r-2.4.so.2: cannot open shared object ...
2 votes
1 answer
1k views
Remove "save in password manager" option in gpg pinentry
I have some libreoffice documents stored with "encrypt with gpg key" option. Today I was quite surprised when the document opened without requesting a passphrase. Eventually I found an ...
1 vote
0 answers
388 views
How to use seahorse to store and fetch bitwarden or lastpass master password?
I am using the bitwarden password manager add on for firefox. If I set "remember password" for the master password, bitwarden warns me that the password will be stored in plain text on my pc ...
6 votes
1 answer
9k views
Access seahorse passwords from terminal
Like this question, I am looking for a password repository and that I can use to feed my programs and scripts with those passwords. I found seahorse which seems to have what I need under the "Login" ...
0 votes
0 answers
523 views
What does the "Certificates" section in seahorse do?
What does the "Certificates" / "System Trust" section of seahorse do? I am trying to sign a document in LibreOffice and the menu there uses the word "Certificate", so I am thinking that I need to have ...
5 votes
2 answers
6k views
How to correctly change the passphrase of GPG's secret key?
I'm trying to change the passphrase of my GPG's secret key. I actually changed it using seahorse (Also tried gpg --edit-keys and passwd, but when I tried to export my private key it asks me for two ...
0 votes
1 answer
5k views
Yet another `sign_and_send_pubkey: signing failed: agent refused operation`
Here’s a Yet Another Question about the clash between ssh and gnome-keyring-daemon, since after spending hours and hours on the Internet I finally gave up. Environment OS: openSUSE 15.0 DE: XFCE ...
0 votes
2 answers
2k views
Changed login password without changing keyring
I forgot my login password. So I booted into recovery mode and used passwd command to change the password. I can now login but I obviously didn't update my Gnome keyring password. I know my old ...
5 votes
3 answers
5k views
Seahorse / GNOME Keyring does not recognize my new ed25519 SSH key, is there another way to have the key unlocked upon login?
I am unsure if I did the whole procedure right, so let's start with what I've done: $ ssh-keygen -vvv -o -a 1000 -t ed25519 -f ~/.ssh/id_ed25519 -C "$(whoami)@$(hostname)--$(date -I)" with some real ...
2 votes
1 answer
3k views
How to auto-unlock gnome-keyring upon (auto-)login?
I am on Linux Mint 17.3 and have the auto-login enabled. I have my SSH key in gnome-keyring. I would like the keyring not to ask me for my password upon login. I am aware the auto-login itself may ...