Mailing List Archive

inline gpg password-prompt ??
Hi,

when i try to use my gnupg keys over ssh the
password prompt does not tunnel through.

(I do have a properly tunneled $DISPLAY)

Can i force gpg to prompt for passwd inline?
(i mean, inside the terminal)

Thx in advance...

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: inline gpg password-prompt ?? [ In reply to ]
* oxy via Gnupg-users:

> Can i force gpg to prompt for passwd inline?
> (i mean, inside the terminal)

The following might help:

export GPG_TTY="$(tty)"

If you are not using BASH, change this to your shell's required syntax.

-Ralph

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: inline gpg password-prompt ?? [ In reply to ]
> export GPG_TTY="$(tty)"

great!
Thx..

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users