Je vais copier ma réponse de par ici ...
Regarder man pinentry-gnome3
je vois ça :
pinentry-gnome3 implements a PIN entry dialog based on GNOME 3, which
aims to follow the GNOME Human Interface Guidelines as closely as pos
sible. If the X Window System is not active then an alternative text-
mode dialog will be used. There are other flavors that implement PIN
entry dialogs using other tool kits.
Malheureusement, cette solution de repli en mode texte ne fonctionne pas pour moi. Il semble que d'autres ont le même numéro . Cependant, ce commentaire m'a incité à essayer un autre programme d'entrée d'épingle GUI : pinentry-gtk2
. Vous pouvez changer comme ceci :
> sudo update-alternatives --config pinentry
There are 3 choices for the alternative pinentry (providing /usr/bin/pinentry).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/pinentry-gnome3 90 auto mode
1 /usr/bin/pinentry-curses 50 manual mode
2 /usr/bin/pinentry-gnome3 90 manual mode
3 /usr/bin/pinentry-gtk-2 85 manual mode
Press <enter> to keep the current choice[*], or type selection number: 3
update-alternatives: using /usr/bin/pinentry-gtk-2 to provide /usr/bin/pinentry (pinentry) in manual mode
Une fois que j'ai changé, ça a marché parfaitement pour moi ! Dans un terminal sur le bureau, il utilisera le mot de passe de l'interface graphique, mais lorsque je me connecterai à ma machine, il utilisera un mot de passe en mode texte.