[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp behaviour with ~/.authinfo.gpg; two queries
From: |
Pankaj Jangid |
Subject: |
Re: Tramp behaviour with ~/.authinfo.gpg; two queries |
Date: |
Sat, 11 Jan 2020 13:37:48 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.60 (darwin) |
Colin Baxter <m43cap@yandex.com> writes:
>>>>>> Pankaj Jangid <p4j@j4d.net> writes:
>
> > Two observations on Tramp. I need help in getting around. *
> > Observation one
>
> > In a fresh instance of Emacs (27.0.60), if I try to open a remote
> > ssh file, Tramp tries to load ~/.authinfo.gpg and asks for
> > passphrase. This is okay. But the problem is this - as I start
> > typing "/ssh:.." the passphrase prompt also come at the same input
> > area. And when I start typing passphrase characters it starts
> > switching back and forth between "Find file:" and "Passphrase:"
> > prompts. I have (setq epg-pinentry-mode 'loopback) in my config.
>
>
> Try (setq epa-pinentry-mode 'loopback)
epa-pinentry-mode is just an alias for epg-pinentry-mode. epg-.. is the
preferred way now.