gnome-keyring asks for “unnamed” key instead of real name
Whenever I try to ssh into a server for the first time, a GUI popup asks for the key password:
An application wants access to the private key "Unnamed", but it is locked:
When we look at the processes, we see that it knows very well for which key it asks that (the sysadmin key):
2340 ? SLl 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
6660 ? S 0:00 _ /usr/bin/ssh-agent -D -a /run/user/1000/keyring/.ssh
23894 ? Ss 0:00 _ /usr/bin/ssh-add /home/philippe/.ssh/sysadmin
23895 ? SL 0:00 _ /usr/lib/gcr/gcr-ssh-askpass Enter passphrase for /home/philippe/.ssh/sysadmin:
Of course I can enter my password, but without looking at the processes I have to guess which key it is:
-rw------- 1 philippe philippe 1.7K Jan 27 2015 id_rsa
-rw-rw-r-- 1 philippe philippe 10 Jan 27 2015 id_rsa.keystore
-rw-r--r-- 1 philippe philippe 407 Jan 27 2015 id_rsa.pub
-rw------- 1 philippe philippe 228K Nov 14 14:01 known_hosts
-rw------- 1 philippe philippe 228K Nov 9 16:46 known_hosts.old
-rw------- 1 philippe philippe 1.8K Jan 27 2015 support
-rw------- 1 philippe philippe 381 Jan 27 2015 support.pub
-rw------- 1 philippe philippe 1.8K Jan 27 2015 sysadmin
-rw------- 1 philippe philippe 381 Jan 27 2015 sysadmin.pub
I could be the "support" or the "sysadmin" key, but because the dialog only diplay "Unnamed" I have to remember which server uses which. I think it should display "sysadmin" or "support" instead of "Unnamed".
Here are some additional informations:
philippe@pv-desktop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
philippe@pv-desktop:~$ uname -a
Linux pv-desktop 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
philippe@pv-desktop:~$ gnome-keyring version
gnome-keyring: 3.28.0.2
I tried using seahorse
to see if there was a way to edit this "Unnamed" information, but there is not.
ssh password gnome-keyring
add a comment |
Whenever I try to ssh into a server for the first time, a GUI popup asks for the key password:
An application wants access to the private key "Unnamed", but it is locked:
When we look at the processes, we see that it knows very well for which key it asks that (the sysadmin key):
2340 ? SLl 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
6660 ? S 0:00 _ /usr/bin/ssh-agent -D -a /run/user/1000/keyring/.ssh
23894 ? Ss 0:00 _ /usr/bin/ssh-add /home/philippe/.ssh/sysadmin
23895 ? SL 0:00 _ /usr/lib/gcr/gcr-ssh-askpass Enter passphrase for /home/philippe/.ssh/sysadmin:
Of course I can enter my password, but without looking at the processes I have to guess which key it is:
-rw------- 1 philippe philippe 1.7K Jan 27 2015 id_rsa
-rw-rw-r-- 1 philippe philippe 10 Jan 27 2015 id_rsa.keystore
-rw-r--r-- 1 philippe philippe 407 Jan 27 2015 id_rsa.pub
-rw------- 1 philippe philippe 228K Nov 14 14:01 known_hosts
-rw------- 1 philippe philippe 228K Nov 9 16:46 known_hosts.old
-rw------- 1 philippe philippe 1.8K Jan 27 2015 support
-rw------- 1 philippe philippe 381 Jan 27 2015 support.pub
-rw------- 1 philippe philippe 1.8K Jan 27 2015 sysadmin
-rw------- 1 philippe philippe 381 Jan 27 2015 sysadmin.pub
I could be the "support" or the "sysadmin" key, but because the dialog only diplay "Unnamed" I have to remember which server uses which. I think it should display "sysadmin" or "support" instead of "Unnamed".
Here are some additional informations:
philippe@pv-desktop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
philippe@pv-desktop:~$ uname -a
Linux pv-desktop 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
philippe@pv-desktop:~$ gnome-keyring version
gnome-keyring: 3.28.0.2
I tried using seahorse
to see if there was a way to edit this "Unnamed" information, but there is not.
ssh password gnome-keyring
add a comment |
Whenever I try to ssh into a server for the first time, a GUI popup asks for the key password:
An application wants access to the private key "Unnamed", but it is locked:
When we look at the processes, we see that it knows very well for which key it asks that (the sysadmin key):
2340 ? SLl 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
6660 ? S 0:00 _ /usr/bin/ssh-agent -D -a /run/user/1000/keyring/.ssh
23894 ? Ss 0:00 _ /usr/bin/ssh-add /home/philippe/.ssh/sysadmin
23895 ? SL 0:00 _ /usr/lib/gcr/gcr-ssh-askpass Enter passphrase for /home/philippe/.ssh/sysadmin:
Of course I can enter my password, but without looking at the processes I have to guess which key it is:
-rw------- 1 philippe philippe 1.7K Jan 27 2015 id_rsa
-rw-rw-r-- 1 philippe philippe 10 Jan 27 2015 id_rsa.keystore
-rw-r--r-- 1 philippe philippe 407 Jan 27 2015 id_rsa.pub
-rw------- 1 philippe philippe 228K Nov 14 14:01 known_hosts
-rw------- 1 philippe philippe 228K Nov 9 16:46 known_hosts.old
-rw------- 1 philippe philippe 1.8K Jan 27 2015 support
-rw------- 1 philippe philippe 381 Jan 27 2015 support.pub
-rw------- 1 philippe philippe 1.8K Jan 27 2015 sysadmin
-rw------- 1 philippe philippe 381 Jan 27 2015 sysadmin.pub
I could be the "support" or the "sysadmin" key, but because the dialog only diplay "Unnamed" I have to remember which server uses which. I think it should display "sysadmin" or "support" instead of "Unnamed".
Here are some additional informations:
philippe@pv-desktop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
philippe@pv-desktop:~$ uname -a
Linux pv-desktop 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
philippe@pv-desktop:~$ gnome-keyring version
gnome-keyring: 3.28.0.2
I tried using seahorse
to see if there was a way to edit this "Unnamed" information, but there is not.
ssh password gnome-keyring
Whenever I try to ssh into a server for the first time, a GUI popup asks for the key password:
An application wants access to the private key "Unnamed", but it is locked:
When we look at the processes, we see that it knows very well for which key it asks that (the sysadmin key):
2340 ? SLl 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
6660 ? S 0:00 _ /usr/bin/ssh-agent -D -a /run/user/1000/keyring/.ssh
23894 ? Ss 0:00 _ /usr/bin/ssh-add /home/philippe/.ssh/sysadmin
23895 ? SL 0:00 _ /usr/lib/gcr/gcr-ssh-askpass Enter passphrase for /home/philippe/.ssh/sysadmin:
Of course I can enter my password, but without looking at the processes I have to guess which key it is:
-rw------- 1 philippe philippe 1.7K Jan 27 2015 id_rsa
-rw-rw-r-- 1 philippe philippe 10 Jan 27 2015 id_rsa.keystore
-rw-r--r-- 1 philippe philippe 407 Jan 27 2015 id_rsa.pub
-rw------- 1 philippe philippe 228K Nov 14 14:01 known_hosts
-rw------- 1 philippe philippe 228K Nov 9 16:46 known_hosts.old
-rw------- 1 philippe philippe 1.8K Jan 27 2015 support
-rw------- 1 philippe philippe 381 Jan 27 2015 support.pub
-rw------- 1 philippe philippe 1.8K Jan 27 2015 sysadmin
-rw------- 1 philippe philippe 381 Jan 27 2015 sysadmin.pub
I could be the "support" or the "sysadmin" key, but because the dialog only diplay "Unnamed" I have to remember which server uses which. I think it should display "sysadmin" or "support" instead of "Unnamed".
Here are some additional informations:
philippe@pv-desktop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
philippe@pv-desktop:~$ uname -a
Linux pv-desktop 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
philippe@pv-desktop:~$ gnome-keyring version
gnome-keyring: 3.28.0.2
I tried using seahorse
to see if there was a way to edit this "Unnamed" information, but there is not.
ssh password gnome-keyring
ssh password gnome-keyring
asked Nov 29 at 7:21
Silex
1012
1012
add a comment |
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097031%2fgnome-keyring-asks-for-unnamed-key-instead-of-real-name%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097031%2fgnome-keyring-asks-for-unnamed-key-instead-of-real-name%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown