lukas-zronek / ssh-askpass-mac

A macOS front-end of ssh-askpass with keychain support
BSD 2-Clause "Simplified" License
17 stars 2 forks source link

Can't store passphrase in keychain #1

Open schlachtzeuger opened 5 years ago

schlachtzeuger commented 5 years ago

Hi there, first of all, thank you very much for this cool tool! Unfortunately, I have a small issue: The checkbox for storing the passphrase in the keychain is always grayed out and I don't know what I can or should do to activate it. I appreciate your help! -- Max

lukas-zronek commented 5 years ago

Hi Max, can you send me a screenshot or the text above the input field? Kind regards, Luka

schlachtzeuger commented 5 years ago

Hi Luka, it says: myuser@mydomain, then the password field and then there's the disabled checkbox for "Remember passphrase in my keychain" and finally the Cancel and OK buttons.

lukas-zronek commented 5 years ago

Hi Max, the keychain storage currently works only if ssh-askpass-mac is called by ssh-add and the path to the SSH key is passed correctly. Which program is calling ssh-askpass? Kind regards, Luka

schlachtzeuger commented 5 years ago

Hi Luka, happy new year and sorry for my late response! ssh-askpass-mac is used by a script I got from a co-worker to log time in JIRA. It's called with username@domain to get the password of the user.