We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is observed (from elsewhere) that encryption/decryption attempt would fail when ssh into a mac.
Persistence check failed. Inspect inner exception for details ---> System.Exception: SecKeychainAddGenericPassword failed with error code: -25308
The solution here is to ask the end user to unlock their Mac first via the command:
security unlock-keychain -p $PASSWORD /Users/$USERNAME/Library/Keychains/login.keychain-db
Would need to ideally repro the issue, and then catch the exception and emit that workaround in the message.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is observed (from elsewhere) that encryption/decryption attempt would fail when ssh into a mac.
The solution here is to ask the end user to unlock their Mac first via the command:
Would need to ideally repro the issue, and then catch the exception and emit that workaround in the message.
The text was updated successfully, but these errors were encountered: