File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ A bridge connects openssh-portable and GnuPG on Windows.
99 cargo install -f --git https://github.com/busyjay/gpg-bridge
1010 ```
1111
12+ It's recommanded to build the binary yourself. In case you don't want to setup Rust environment,
13+ you can also download a prebuilt binary from github action artifact. [Here][1] is an official guide
14+ on how to download artifacts. The artifact is packaged for every commit, make sure download the
15+ latest one.
16+
12172. Make sure you have setup gpg agent forward following [the guide](https://wiki.gnupg.org/AgentForwarding).
1318
14193. Directly using socket provided by GnuPG won't work on Windows, so change local socket to a TCP port instead.
@@ -79,3 +84,5 @@ protocols.
79843. Now let OpenSSH to use gpg agent by setting environment variable `SSH_AUTH_SOCK` to `\\.\pipe\gpg-bridge-ssh`.
8085
8186The string "gpg-bridge-ssh" can be changed to anything you want, just make sure it's consistent everywhere.
87+
88+ [1]: https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts
You can’t perform that action at this time.
0 commit comments