This commit is contained in:
Max Goedjen 2020-03-27 19:24:37 -07:00 committed by GitHub
parent 92b9648e04
commit a0ed880386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

6
FAQ.md
View File

@ -1,5 +1,9 @@
# FAQ
### How do I import my current SSH keys, or export my Secretive Keys?
The secure enclave doesn't allow import or export of private keys. For any new computer, you should just create a new set of keys. If you're using a smart card, you _might_ be able to export your private key from the vendor's software.
### Secretive doesn't work with my git client
Secretive relies on the `SSH_AUTH_SOCK` environment variable being respected. The `git` and `ssh` command line tools natively respect this, but third party apps may require some configuration to work. A non-exhaustive list of clients is provided here:
@ -22,4 +26,4 @@ Please contact [max.goedjen@gmail.com](mailto:max.goedjen@gmail.com) with a subj
### I want to contribute to Secretive
Sweet! Please check out the [contributing guidelines](CONTRIBUTING.md) and go from there.
Sweet! Please check out the [contributing guidelines](CONTRIBUTING.md) and go from there.