Skip to main content

Questions tagged [seahorse]

a GNOME application for managing encryption keys and passwords in the GNOME Keyring

3 votes
2 answers
632 views

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 ...
newunix's user avatar
  • 339
0 votes
0 answers
190 views

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 ...
MiB_Coder's user avatar
  • 103
2 votes
1 answer
785 views

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 ...
Pavin Joseph's user avatar
3 votes
1 answer
3k views

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 ...
sbarnard86's user avatar
1 vote
1 answer
322 views

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 ...
Vlastimil Burián's user avatar
2 votes
1 answer
1k views

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 ...
guest's user avatar
  • 21
1 vote
0 answers
388 views

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 ...
user1557314's user avatar
6 votes
1 answer
9k views

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" ...
Tohiko's user avatar
  • 327
0 votes
0 answers
523 views

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 ...
Aaron Franke's user avatar
  • 1,055
5 votes
2 answers
6k views

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 ...
FooBar's user avatar
  • 183
0 votes
1 answer
5k views

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 ...
ScumCoder's user avatar
  • 203
0 votes
2 answers
2k views

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 ...
JamesWat's user avatar
5 votes
3 answers
5k views

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 ...
Vlastimil Burián's user avatar
2 votes
1 answer
3k views

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 ...
Vlastimil Burián's user avatar