1
0
镜像自地址 https://github.com/maxgoedjen/secretive.git 已同步 2025-11-06 10:20:56 +00:00

Update FAQ.md (#361)

这个提交包含在:
Max Goedjen 2022-02-26 14:56:09 -08:00 提交者 GitHub
父节点 0af7b803bc
当前提交 84dd9403c3
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

2
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?