Terminal alternative to gnome-keyring
I am currently using gnome-keyring to manage my ssh passwords. I would like to know if there are any alternatives to this, which I can use in situations when I don't have access to the UI. I am currently running Ubuntu 12.04.
command-line software-recommendation gnome-keyring
add a comment |
I am currently using gnome-keyring to manage my ssh passwords. I would like to know if there are any alternatives to this, which I can use in situations when I don't have access to the UI. I am currently running Ubuntu 12.04.
command-line software-recommendation gnome-keyring
this probably is what you are looking for: askubuntu.com/questions/18927/… ?
– Rinzwind
Jan 9 '14 at 9:05
3
This is not a duplicate: that question is about interfacing with GNOME keyring. This question is about finding an alternative to GNOME keyring.
– Andrea Corbellini
Jan 9 '14 at 12:45
As @AndreaCorbellini wrote, this is not a duplicate question. I wanted to add github.com/jaraco/keyring as a possible answer, but I can't. And it's not appropriate for the the 'duplicate-origin' as well.
– Eyal Levin
Nov 6 '17 at 14:55
add a comment |
I am currently using gnome-keyring to manage my ssh passwords. I would like to know if there are any alternatives to this, which I can use in situations when I don't have access to the UI. I am currently running Ubuntu 12.04.
command-line software-recommendation gnome-keyring
I am currently using gnome-keyring to manage my ssh passwords. I would like to know if there are any alternatives to this, which I can use in situations when I don't have access to the UI. I am currently running Ubuntu 12.04.
command-line software-recommendation gnome-keyring
command-line software-recommendation gnome-keyring
edited Jan 9 '14 at 12:46
Andrea Corbellini
12.3k24566
12.3k24566
asked Jan 9 '14 at 9:02
jogabonitojogabonito
12314
12314
this probably is what you are looking for: askubuntu.com/questions/18927/… ?
– Rinzwind
Jan 9 '14 at 9:05
3
This is not a duplicate: that question is about interfacing with GNOME keyring. This question is about finding an alternative to GNOME keyring.
– Andrea Corbellini
Jan 9 '14 at 12:45
As @AndreaCorbellini wrote, this is not a duplicate question. I wanted to add github.com/jaraco/keyring as a possible answer, but I can't. And it's not appropriate for the the 'duplicate-origin' as well.
– Eyal Levin
Nov 6 '17 at 14:55
add a comment |
this probably is what you are looking for: askubuntu.com/questions/18927/… ?
– Rinzwind
Jan 9 '14 at 9:05
3
This is not a duplicate: that question is about interfacing with GNOME keyring. This question is about finding an alternative to GNOME keyring.
– Andrea Corbellini
Jan 9 '14 at 12:45
As @AndreaCorbellini wrote, this is not a duplicate question. I wanted to add github.com/jaraco/keyring as a possible answer, but I can't. And it's not appropriate for the the 'duplicate-origin' as well.
– Eyal Levin
Nov 6 '17 at 14:55
this probably is what you are looking for: askubuntu.com/questions/18927/… ?
– Rinzwind
Jan 9 '14 at 9:05
this probably is what you are looking for: askubuntu.com/questions/18927/… ?
– Rinzwind
Jan 9 '14 at 9:05
3
3
This is not a duplicate: that question is about interfacing with GNOME keyring. This question is about finding an alternative to GNOME keyring.
– Andrea Corbellini
Jan 9 '14 at 12:45
This is not a duplicate: that question is about interfacing with GNOME keyring. This question is about finding an alternative to GNOME keyring.
– Andrea Corbellini
Jan 9 '14 at 12:45
As @AndreaCorbellini wrote, this is not a duplicate question. I wanted to add github.com/jaraco/keyring as a possible answer, but I can't. And it's not appropriate for the the 'duplicate-origin' as well.
– Eyal Levin
Nov 6 '17 at 14:55
As @AndreaCorbellini wrote, this is not a duplicate question. I wanted to add github.com/jaraco/keyring as a possible answer, but I can't. And it's not appropriate for the the 'duplicate-origin' as well.
– Eyal Levin
Nov 6 '17 at 14:55
add a comment |
3 Answers
3
active
oldest
votes
Technically, gnome-keyring
is not a GUI tool. Seahorse is. And gnome-keyring
infrastructure can be accessed via command line, using this project.
This is using the Python bindings that Rinzwind mentions in his comment, and using this tool, you can simply do this:
./gkeyring.py get -s myserver.com -p ftp -u user
This will look for all keyring items concerning server myserver.com
with protocol ftp and username user.
as mentioned in this blog.
Looks like this no longer works in Ubuntu 18.04 because the gnomekeyring module no longer exists for python.
– b_laoshi
Nov 6 '18 at 6:22
look at pypi.org/project/keyring
– Tim Richardson
Dec 8 '18 at 7:31
add a comment |
I've solved this problem with gnome-keyring-cli.
To install it:
- clone repo
- be sure glib-devel and libgnome-keyring-devel (or your system equivalent) are available
- compile just invoking make
- by hand copy the gnome-keyring-cli binary at the destination of your choice (my is ~/bin/)
With gnome-keyring-cli you can lookup, add, remove, etc. It's not very user friendly but it's doing the job.
New contributor
add a comment |
If you don't want to use gnome key ring you can always use the kernal keyring...
See my notes...
http://www.ict.griffith.edu.au/anthony/info/crypto/passwd_caching.txt
add a comment |
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%2f402711%2fterminal-alternative-to-gnome-keyring%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Technically, gnome-keyring
is not a GUI tool. Seahorse is. And gnome-keyring
infrastructure can be accessed via command line, using this project.
This is using the Python bindings that Rinzwind mentions in his comment, and using this tool, you can simply do this:
./gkeyring.py get -s myserver.com -p ftp -u user
This will look for all keyring items concerning server myserver.com
with protocol ftp and username user.
as mentioned in this blog.
Looks like this no longer works in Ubuntu 18.04 because the gnomekeyring module no longer exists for python.
– b_laoshi
Nov 6 '18 at 6:22
look at pypi.org/project/keyring
– Tim Richardson
Dec 8 '18 at 7:31
add a comment |
Technically, gnome-keyring
is not a GUI tool. Seahorse is. And gnome-keyring
infrastructure can be accessed via command line, using this project.
This is using the Python bindings that Rinzwind mentions in his comment, and using this tool, you can simply do this:
./gkeyring.py get -s myserver.com -p ftp -u user
This will look for all keyring items concerning server myserver.com
with protocol ftp and username user.
as mentioned in this blog.
Looks like this no longer works in Ubuntu 18.04 because the gnomekeyring module no longer exists for python.
– b_laoshi
Nov 6 '18 at 6:22
look at pypi.org/project/keyring
– Tim Richardson
Dec 8 '18 at 7:31
add a comment |
Technically, gnome-keyring
is not a GUI tool. Seahorse is. And gnome-keyring
infrastructure can be accessed via command line, using this project.
This is using the Python bindings that Rinzwind mentions in his comment, and using this tool, you can simply do this:
./gkeyring.py get -s myserver.com -p ftp -u user
This will look for all keyring items concerning server myserver.com
with protocol ftp and username user.
as mentioned in this blog.
Technically, gnome-keyring
is not a GUI tool. Seahorse is. And gnome-keyring
infrastructure can be accessed via command line, using this project.
This is using the Python bindings that Rinzwind mentions in his comment, and using this tool, you can simply do this:
./gkeyring.py get -s myserver.com -p ftp -u user
This will look for all keyring items concerning server myserver.com
with protocol ftp and username user.
as mentioned in this blog.
edited Jul 12 '18 at 7:59
slm
1,76011824
1,76011824
answered Jan 9 '14 at 12:59
alcialci
3,08043256
3,08043256
Looks like this no longer works in Ubuntu 18.04 because the gnomekeyring module no longer exists for python.
– b_laoshi
Nov 6 '18 at 6:22
look at pypi.org/project/keyring
– Tim Richardson
Dec 8 '18 at 7:31
add a comment |
Looks like this no longer works in Ubuntu 18.04 because the gnomekeyring module no longer exists for python.
– b_laoshi
Nov 6 '18 at 6:22
look at pypi.org/project/keyring
– Tim Richardson
Dec 8 '18 at 7:31
Looks like this no longer works in Ubuntu 18.04 because the gnomekeyring module no longer exists for python.
– b_laoshi
Nov 6 '18 at 6:22
Looks like this no longer works in Ubuntu 18.04 because the gnomekeyring module no longer exists for python.
– b_laoshi
Nov 6 '18 at 6:22
look at pypi.org/project/keyring
– Tim Richardson
Dec 8 '18 at 7:31
look at pypi.org/project/keyring
– Tim Richardson
Dec 8 '18 at 7:31
add a comment |
I've solved this problem with gnome-keyring-cli.
To install it:
- clone repo
- be sure glib-devel and libgnome-keyring-devel (or your system equivalent) are available
- compile just invoking make
- by hand copy the gnome-keyring-cli binary at the destination of your choice (my is ~/bin/)
With gnome-keyring-cli you can lookup, add, remove, etc. It's not very user friendly but it's doing the job.
New contributor
add a comment |
I've solved this problem with gnome-keyring-cli.
To install it:
- clone repo
- be sure glib-devel and libgnome-keyring-devel (or your system equivalent) are available
- compile just invoking make
- by hand copy the gnome-keyring-cli binary at the destination of your choice (my is ~/bin/)
With gnome-keyring-cli you can lookup, add, remove, etc. It's not very user friendly but it's doing the job.
New contributor
add a comment |
I've solved this problem with gnome-keyring-cli.
To install it:
- clone repo
- be sure glib-devel and libgnome-keyring-devel (or your system equivalent) are available
- compile just invoking make
- by hand copy the gnome-keyring-cli binary at the destination of your choice (my is ~/bin/)
With gnome-keyring-cli you can lookup, add, remove, etc. It's not very user friendly but it's doing the job.
New contributor
I've solved this problem with gnome-keyring-cli.
To install it:
- clone repo
- be sure glib-devel and libgnome-keyring-devel (or your system equivalent) are available
- compile just invoking make
- by hand copy the gnome-keyring-cli binary at the destination of your choice (my is ~/bin/)
With gnome-keyring-cli you can lookup, add, remove, etc. It's not very user friendly but it's doing the job.
New contributor
New contributor
answered Mar 12 at 10:52
Ismael OleaIsmael Olea
11
11
New contributor
New contributor
add a comment |
add a comment |
If you don't want to use gnome key ring you can always use the kernal keyring...
See my notes...
http://www.ict.griffith.edu.au/anthony/info/crypto/passwd_caching.txt
add a comment |
If you don't want to use gnome key ring you can always use the kernal keyring...
See my notes...
http://www.ict.griffith.edu.au/anthony/info/crypto/passwd_caching.txt
add a comment |
If you don't want to use gnome key ring you can always use the kernal keyring...
See my notes...
http://www.ict.griffith.edu.au/anthony/info/crypto/passwd_caching.txt
If you don't want to use gnome key ring you can always use the kernal keyring...
See my notes...
http://www.ict.griffith.edu.au/anthony/info/crypto/passwd_caching.txt
answered Mar 13 at 6:12
anthonyanthony
1757
1757
add a comment |
add a comment |
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.
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%2f402711%2fterminal-alternative-to-gnome-keyring%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
this probably is what you are looking for: askubuntu.com/questions/18927/… ?
– Rinzwind
Jan 9 '14 at 9:05
3
This is not a duplicate: that question is about interfacing with GNOME keyring. This question is about finding an alternative to GNOME keyring.
– Andrea Corbellini
Jan 9 '14 at 12:45
As @AndreaCorbellini wrote, this is not a duplicate question. I wanted to add github.com/jaraco/keyring as a possible answer, but I can't. And it's not appropriate for the the 'duplicate-origin' as well.
– Eyal Levin
Nov 6 '17 at 14:55