Signed-off-by: quaff <me@quaff.ca>
---
integrations/pgp.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/integrations/pgp.md b/integrations/pgp.md
index 2e826ef0..e1d791bb 100644
--- a/integrations/pgp.md+++ b/integrations/pgp.md
@@ -34,3 +34,12 @@ following commands:
gpg --export >> ~/.local/share/aerc/keyring.asc
gpg --export-secret-keys >> ~/.local/share/aerc/keyring.asc
```
++## Using `aerc` with GnuPG on via SSH++If you've tried to integrate GnuPG with aerc over SSH, you might have encountered+an issue where pinentry fails to function properly. This occurs because pinentry+lacks control over the tty while aerc maintains control.++For guidance on resolving this, you may find assistance in the following+Arch Linux article: [Forwarding gpg-agent and ssh-agent to remote](https://wiki.archlinux.org/title/GnuPG#Forwarding_gpg-agent_and_ssh-agent_to_remote).
--
2.44.0
Hi, thanks for your patch.
On Sun 24 Mar 2024 19:33:46, quaff wrote:
> Signed-off-by: quaff <me@quaff.ca>> ---> integrations/pgp.md | 9 +++++++++> 1 file changed, 9 insertions(+)>> diff --git a/integrations/pgp.md b/integrations/pgp.md> index 2e826ef0..e1d791bb 100644> --- a/integrations/pgp.md> +++ b/integrations/pgp.md> @@ -34,3 +34,12 @@ following commands:> gpg --export >> ~/.local/share/aerc/keyring.asc> gpg --export-secret-keys >> ~/.local/share/aerc/keyring.asc> ```> +> +## Using `aerc` with GnuPG on via SSH
↑ I think it's "via" or "over"
> +> +If you've tried to integrate GnuPG with aerc over SSH, you might have encountered> +an issue where pinentry fails to function properly. This occurs because pinentry> +lacks control over the tty while aerc maintains control.
This looks like it is not wrapped. Please wrap at 80 cols.
> +> +For guidance on resolving this, you may find assistance in the following> +Arch Linux article: [Forwarding gpg-agent and ssh-agent to remote](https://wiki.archlinux.org/title/GnuPG#Forwarding_gpg-agent_and_ssh-agent_to_remote).
↑ wiki page
--
Moritz Poldrack
https://moritz.sh> Do not drink and drive.