Skip to main content

Questions tagged [keychain]

1 vote
0 answers
52 views

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 ...
d-b's user avatar
  • 2,077
0 votes
1 answer
151 views

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, ...
vfclists's user avatar
  • 7,919
4 votes
2 answers
4k views

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 ]; ...
Mr Mikkél's user avatar
1 vote
0 answers
132 views

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 ...
Daniel Doherty's user avatar
2 votes
0 answers
639 views

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 ...
Binarus's user avatar
  • 3,941
8 votes
0 answers
3k views

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 ...
Mohamed Amine Ouali's user avatar