I'm in the process of remotely viewing and selecting hundreds of images, some of which are encrypted with a symmetric key. I log in to the remote desktop machine using ssh. The viewing is not fast, but bearable once the viewer is open, but every time I try to decrypt one of the encrypted files with:
gpg -d img0424.png.gpg
it takes 2 minutes for the graphical pin-entry to show! I was about to conclude the connection was broken.
How can I speed this up, or get a non-graphical version for the pin-entry? I cannot do ssh -x to disable X11 as I need it for viewing the images.