Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Michael_Mercuri
10 months agoFrequent Contributor
CLI on Sequoia via ssh - settings.json: operation not permitted
Since upgrading macOS to Sequoia, when executing op via a logged in ssh session, op fails to access my 1password settings:
10:45PM | DEBUG | Skipped loading desktop app settings file. The...
- 9 months ago
Solved. Apparently "Allow full disk access for remote users" somehow became unchecked. Once setting this under System Settings > General > Sharing > Remote Login, everything is back to working again.
😊
Michael_Mercuri
10 months agoFrequent Contributor
This appears to be some security feature of Sequoia and not directly related to 1Password. I'm unable to access the files under ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/
when logged in via ssh. 😞
Example:
```shell
head -2 ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/Library/Application\ Support/1Password/Data/settings/settings.json
{
"version": 1,
❯ ssh localhost
Last login: Mon Nov 25 23:02:46 2024 from ::1
❯ head -2 ~/Library/Group\ Containers/2BUA8C4S2C.com.1password/Library/Application\ Support/1Password/Data/settings/settings.json
head: /Users/USER/Library/Group Containers/2BUA8C4S2C.com.1password/Library/Application Support/1Password/Data/settings/settings.json: Operation not permitted
```
Ugh. Anyone have a way to work around this?