Re: use text pinentry in the console

2022-02-23 Thread Fourhundred Thecat via Gnupg-users
> On 2022-02-23 08:40, jman wrote: I think you can set that with an env var in your ~/.bashrc: export PINENTRY_USER_DATA=ncurses and the pinentry chooser will be `/usr/bin/pinentry-ncurses`. As a further option, I use the basic `tty` pinentry chooser and I set this in my ~/.bashrc: export PINE

Re: use text pinentry in the console

2022-02-23 Thread Fourhundred Thecat via Gnupg-users
> On 2022-02-23 11:40, Klaus Ethgen wrote: Am Di den 22. Feb 2022 um 17:28 schrieb Fourhundred Thecat via Gnupg-users: How can I confugure so that the ncurses (text based) dialog is used instead ? You should be able to call it this way: env -u DISPLAY gpg -c foo that works! thank you

Re: use text pinentry in the console

2022-02-23 Thread Klaus Ethgen
Am Di den 22. Feb 2022 um 17:28 schrieb Fourhundred Thecat via Gnupg-users: > the GUI pinentry dialog pops up to ask for password (I guess its > pinentry-gtk-2) > > How can I confugure so that the ncurses (text based) dialog is used > instead ? You should be able to call it this way: env -u DI

Re: use text pinentry in the console

2022-02-22 Thread Fourhundred Thecat via Gnupg-users
> On 2022-02-23 07:05, Fourhundred Thecat via Gnupg-users wrote: > On 2022-02-22 18:57, john doe via Gnupg-users wrote: On 2/22/2022 5:28 PM, Fourhundred Thecat via Gnupg-users wrote: $ update-alternatives --config pinentry What I would like to achieve is, that only when I call gog from the

Re: use text pinentry in the console

2022-02-22 Thread Fourhundred Thecat via Gnupg-users
> On 2022-02-22 18:57, john doe via Gnupg-users wrote: On 2/22/2022 5:28 PM, Fourhundred Thecat via Gnupg-users wrote: How can I confugure so that the ncurses (text based) dialog is used instead ? I am using gpg 2.2.12 on Debian 10 On Debian you need to use: $ update-alternatives --config p

Re: use text pinentry in the console

2022-02-22 Thread Matthias Apitz
El día martes, febrero 22, 2022 a las 05:28:00p. m. +0100, Fourhundred Thecat via Gnupg-users escribió: > Hello, > > when I type a gpg command in the terminal, such as: > > gpg -c foo > > the GUI pinentry dialog pops up to ask for password (I guess its > pinentry-gtk-2) > > How can I confug

Re: use text pinentry in the console

2022-02-22 Thread Keine Eile
It's not ncurses, but you can use 'gpg --pinentry-mode loopback' to get the text mode. ___ Gnupg-users mailing list Gnupg-users@gnupg.org https://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: use text pinentry in the console

2022-02-22 Thread john doe via Gnupg-users
On 2/22/2022 5:28 PM, Fourhundred Thecat via Gnupg-users wrote: Hello, when I type a gpg command in the terminal, such as:   gpg -c foo the GUI pinentry dialog pops up to ask for password (I guess its pinentry-gtk-2) How can I confugure so that the ncurses (text based) dialog is used instead

use text pinentry in the console

2022-02-22 Thread Fourhundred Thecat via Gnupg-users
Hello, when I type a gpg command in the terminal, such as: gpg -c foo the GUI pinentry dialog pops up to ask for password (I guess its pinentry-gtk-2) How can I confugure so that the ncurses (text based) dialog is used instead ? I am using gpg 2.2.12 on Debian 10 thank you ___