Questions tagged [keychain]
The keychain tag has no summary.
11 questions
1 vote
0 answers
52 views
Can a shell opened via SSH "inherit"/use the same environment as a local shell? Non-interactive shell on MacOS can, "sometimes", not access Keychain
I use Pushbullet and a third party Python script that allows me to send "pushes" from the command line. This script uses MacOS "Keychain" to access passwords and tokens used for ...
0 votes
1 answer
151 views
How can gnu-screen windows be configured to inherit the same ssh-agent session from the terminal?
I want to link some passwordless SSH logins to some screen sessions, so that anytime a window is opened in the screen session the ssh-agent is inherited, but whenever I open a new window in screen, ...
4 votes
2 answers
4k views
MacOS: Installed openssh via brew, how do I add keys to keychain?
I installed openssh via brew install openssh. I added the following to my .profile: export SSH_AUTH_SOCK="~/.ssh/agent.$HOST.sock" ssh-add -l 2>/dev/null >/dev/null if [ $? -ge 2 ]; ...
1 vote
0 answers
132 views
Linux snap unison-jz package ssh connection always prompts for passphrase
In looking toward upgrading to Ubuntu 20.04.1, I think I will have some machines on 18.04 for a while. I decided to install the unison-jz snap to prevent a version mismatch. Even though I have an ...
2 votes
0 answers
639 views
SSH asking for passphrase although ssh-agent / keychain is running
Disclaimer: It would be very nice to read this question thoroughly before marking it as duplicate. I have read dozens of other questions (here, at superuser.com, serverfault.com and so on), all ...
8 votes
0 answers
3k views
How to use Kwallet as default keyring
I am using KDE desktop (plasma 5 ) environment with opensuse leap 42.1. Many programs in my system use native keychain to store password like (JetBrain products). But when saving the password, I ...