28 questions
0
votes
0
answers
21
views
Starting a venv and dbus session in a Bash script [duplicate]
I'm trying make a bash wrapper for my python program, but I'm running into an issue because myprogram.py needs to run in my python venv as well as within a dbus session. I've made a bash wrapper for ...
1
vote
1
answer
976
views
How do I read/store a password in a possibly locked gnome-keyring-manager from the shell without breaking existing gnome-keyring-manager clients?
I want to use secret-tool and gnome-keyring-daemon from a shell session, to store and retrieve passwords. The shell session might be gnome-terminal under the X console, or independently of whether or ...
2
votes
1
answer
1k
views
gnome-keyring and libsecret for Git credentials on a headless Ubuntu in a Docker container
TL;DR
We are using the Git extension for JupyterLab. We want to use gnome-keyring to cache our GitHub credentials. Following the documentation (and this and this), we run
apt update && apt ...
0
votes
0
answers
113
views
Programatically fill in GTK popup using Expect, xdotool, or similar
Background:
I use pass to manage my passwords, with the GPG key stored externally on a YubiKey smart card, and have a fair number of scripts which invoke pass to automate various tasks requiring ...
0
votes
1
answer
811
views
Why does gnome-keyring-daemon fail with "Operation not permitted" in a Dev Container?
I am trying to follow the Zowe CLI Configuring Secure Credential Store on headless Linux operating systems instructions, however when I run the following commands...
export $(dbus-launch)
gnome-...
0
votes
1
answer
1k
views
DBus Secret Service prompting
Hi I'm attempting to utilize the Secret Service to access secrets in Gnome Keyring.
Everything works ok if the collection I'm trying to access is already unlocked. The problem I'm running into is when ...
0
votes
1
answer
603
views
R on Linux ask for keyring password command line
When I execute code bellow from command line it ask me for keyring password. After inputing pasword it send email.
email2 <- compose_email(body = md("Brawo"))
email2 %>% smtp_send( ...
5
votes
1
answer
12k
views
How to unlock Gnome Keyring on Debian headless (WSL 2) and make it work in Python?
I have read the guindance that the keyring package has in its project for headless linux systems.
So the main recommendation is to install the gnome-keyring package in order to work with the Secret ...
1
vote
1
answer
605
views
How to git pull multiple repositories in parallel without getting multiple gnome-keyring unlock prompts?
I use the following alias in .zshrc on Arch Linux to git pull all repositories in a directory in parallel:
alias multipull="find . -maxdepth 5 -name .git -type d | rev | cut -c 6- | rev | ...
4
votes
0
answers
245
views
gnome_keyring_unlock_sync equivalent in libsecret, to unlock a gnome keyring?
I was using gnome_keyring_unlock_sync to unlock a keyring. However, libgnome-keyring-dev is going outdated, and I would like to move to libsecret.
GnomeKeyringResult gnome_keyring_unlock_sync (const ...
1
vote
1
answer
1k
views
Using Secrets API with dbus-send
I'm trying to figure out how to get a password from the keyring using dbus-send, but I'm struggling to understand what the session parameter is.
Here's where I've got to:
#!/bin/bash
# Find key path
...
1
vote
0
answers
193
views
Securely storing refresh tokens, credentials in Linux
I am building a native app for linux and all the back-end code is based on C++, i am able to connect to the server and obtain tokens from electron and currently storing it in a txt file.
What i need ...
1
vote
0
answers
1k
views
Ubuntu 18.04 Git starts its own ssh-agent instead of using the existing agent
I'm having an issue I don't fully understand with my new machine where the first time I run a git command after a restart, it starts its own ssh-agent instead of using the existing one that already ...
0
votes
1
answer
1k
views
Unlock gnome-keyring from a temp dbus session
I'm trying to write a python application that can unlock gnome-keyring from a text-only system (headless machine) and retrieve the credentials. I have the gnome-keyring package installed in this ...
0
votes
1
answer
1k
views
How to check gnome keyrings state with c code or python?
Currently using the command line gkey-lock/gkey-unlock with the flowing code to lock and unlock gnome default keyring, How can we implement gnome_keyring_info_get_is_locked() from <gnome-keyring.h&...
4
votes
0
answers
557
views
Secure Password Storage for R on (non-GUI) Linux Server
I'm working on a small team trying to put an R script onto an AWS EC2 instance that has RHEL7 installed. The problem is the library "keyring" which we use on our laptops doesn't work without a ...
0
votes
0
answers
117
views
How can gnome-keyring be modified to require quality master passwords?
I am using CentOS 7. I have certain password quality requirements set up in pwquality.conf (related to the libpwquality package). In addition to these complexity constraints being applied to user ...
1
vote
0
answers
189
views
SVN Gnome Keyring - RHEL 6 - Keyring takes any password
After following a various assortment of steps from different guides that I found - I think I have Subversion with Gnome Keyring set up.
Part of the setup process was making a keyring for SVN, and ...
55
votes
4
answers
70k
views
Error when using Git credential helper with gnome-keyring as Sudo
I was looking for a way to store credentials securely while connecting to our Git server which uses SSL. I came across this suggestion by @james-ward (only edit I made was I updated our "system" ...
2
votes
0
answers
442
views
gnome-keyring interfering with gcloud ssh & copy-files
---- this question has been cross-posted on ----
https://groups.google.com/forum/?fromgroups#!topic/google-cloud-sdk/voxZDVSD6Bg
Greetings
When I attempt to use "gcloud compute ssh" or "gcloud ...
12
votes
4
answers
4k
views
How to unlock Gnome Keyring from Python running on a Cron Job?
I'm hooking a Python script up to run with cron (on Ubuntu 12.04), but authentication is not working.
The cron script accesses a couple services, and has to provide credentials. Storing those ...
1
vote
2
answers
324
views
Unable to create a GArray in Gjs
I try to create a GArray but I have always the same error :
const GLib = imports.gi.GLib;
var garray = new GLib.Array(true, true, 1); // Unable to construct
boxed type Array since it has no ...
1
vote
0
answers
239
views
gnome-keyring warning on print JAVA
I'm trying to print a barcode image, but when the program executes the .printDialog() I get the following warning on the console:
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-y4THJ1/...
0
votes
1
answer
622
views
Vala alternatives to Gnome Keyring OAuth access token storage?
are there good OAuth access token/secret storage alternatives to Gnome Keyring for Vala? The Gnome Keyring bindings solution is extremely buggy as it yields far too many C-errors to make debugging ...
2
votes
0
answers
823
views
Gnome Keyring: how to securely generate/store keyring password?
I'm making a vala application that stores user access credentials in a Gnome Keyring. If no keyring exists for the application, I'd like to create one; however, I would like to create a new keyring. ...
2
votes
1
answer
866
views
How to Store OAuth Credentials With Gnome Keyring
I'm trying to build a simple Vala/Gtk Twitter app, and I've managed to send tweets; however, the user has to authenticate every time, which entails going to a URL, clicking to give my App permission ...
3
votes
0
answers
313
views
Android - How do I attach the private key used by ant release for signing to GNOME Keyring?
Apparently, Java uses a different format for signing than gnome-keyring/GPG. Gnome Keyring uses PKCS #11, while Java uses PKCS #12. I don't like the idea of having .keystore files floating around, so ...
3
votes
2
answers
2k
views
How to setenv based on sed results (for gnome-keyring-daemon)
My Problem
My core issue is I need to start the gnome-keyring-daemon from c shell. In bash, it's quite easy:
> export `gnome-keyring-daemon`
which is the equivalent of:
> export ...