Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
XIII
4 years agoSuper Contributor
[2033] CLI 2 bio-metric unlock broken after enabling SSH beta feature
After enabling the SSH beta feature I can no longer use CLI 2's biometric unlock (I have to type my password again).
Are these features currently mutually exclusive? :(
(PS: Not sure in which of the two forum sections to post this...)
1Password Version: 80600027 Nightly
Extension Version: n/a
OS Version: macOS Big Sur 11.6.4
12 Replies
- 1P_Simon
1Password Team
In case it matters: I modified that JSON file using the jq command in the documentation (so not manually).
The shorthand with
jqwas indeed the culprit. It changed the permissions on the file. The updated shorthand changes the permissions to 600 for the updated file. - 1P_Simon
1Password Team
The docs at https://developer.1password.com/docs/ssh/get-started now also reflect this. Thanks again for bringing this to our attention!
- XIIISuper Contributor
Yes, that works for me too (macOS)! Thanks!
In case it matters: I modified that JSON file using the
jqcommand in the documentation (so not manually). - 1P_Simon
1Password Team
Awesome! Thanks for confirming
- Former Member
Thanks a lot 1P_Simon ! That fixed it for me on macOS.
- 1P_Simon
1Password Team
Hi both, we believe we have found the problem and a way to get it working again.
Running the following should solve the problem:
For macOS:
chmod 600 ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/Library/Application\ Support/1Password/Data/settings/settings.jsonFor Linux:
chmod 600 ~/.config/1Password/settings/settings.jsonThanks again for reporting the issue and please let us know if the solution works for you.
- XIIISuper Contributor
➜ op --version
2.0.0-beta.12
and
``
op signin --help` for instructions
➜ op item get ...
[ERROR] 2022/02/16 13:21:34 error initializing client: You are not currently signed in. Please run➜ op signin
Enter the password for user@domain.com at domain.1password.com:
``` - Former Member
I'm on CLI version
2.0.0-beta.12and App version:8.6.0 80600028.This is the error message:
❯ op read op://path/to/secret
[ERROR] 2022/02/16 04:20:06 could not read secret op://path/to/secret: error initializing client: You are not currently signed in. Please run `op signin --help` for instruction
- 1P_Simon
1Password Team
Thank you for reporting this! We'll look into the issue. The two features should not be mutually exclusive.