From a0ed8803860e73aff7458c564601e41435795a9d Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 27 Mar 2020 19:24:37 -0700 Subject: [PATCH] Fix #80. --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 612f079..ab28f05 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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. \ No newline at end of file +Sweet! Please check out the [contributing guidelines](CONTRIBUTING.md) and go from there.