From 84dd9403c35b68c2b21db23bfb3c4f724e28cea6 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 26 Feb 2022 14:56:09 -0800 Subject: [PATCH] Update FAQ.md (#361) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b92ea53..ad8057e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -26,7 +26,7 @@ Please run `ssh -Tv git@github.com` in your terminal and paste the output in a [ ### How do I tell SSH to use a specific key? -You can create a `mykey.pub` (where `mykey` is the name of your key) in your `~/.ssh/` directory with the contents of your public key, and specify that you want to use that key in your `~/.ssh/config`. [This ServerFault answer](https://serverfault.com/a/295771) has more details on setting that up +Beginning with Secretive 2.2, every secret has an automatically generated public key file representation on disk, and the path to it is listed under "Public Key Path" in Secretive. You can specify that you want to use that key in your `~/.ssh/config`. [This ServerFault answer](https://serverfault.com/a/295771) has more details on setting that up. ### Can I use Secretive for SSH Agent Forwarding?