Previously stdin was used for the gpg passphrase, but importing of the private key also happens on stdin. Now it uses a path to a file for the gpg passphrase, which leaves stdin available for the private key.
Fixes: c71e78754308 ("Securely pass the password to GPG")
Previously stdin was used for the gpg passphrase, but importing of the private key also happens on stdin. Now it uses a path to a file for the gpg passphrase, which leaves stdin available for the private key.
Fixes: c71e78754308 ("Securely pass the password to GPG")