Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUsing SplitPGP to perform actions throws a tty error #1160
Comments
bnvk
changed the title from
Using SplitPGP to encrypt throwing a tty error
to
Using SplitPGP to perform actions throws a tty error
Sep 2, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bnvk
Sep 2, 2015
Am also noticing this same error with trying to decrypt files using qubes-gpg-client my-encrypted-file.gpg so I'm going to assume it's something borked with my setup :/
bnvk
commented
Sep 2, 2015
|
Am also noticing this same error with trying to decrypt files using |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Sep 2, 2015
Member
This is because it can't prompt you for a password (which would be
stupid to do in calling VM). Try adding --batch and/or --use-agent.
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
This is because it can't prompt you for a password (which would be Best Regards, |
bnvk commentedSep 2, 2015
I've got SplitGPG setup working, or at least I think it is working. When I type
qubes-gpg-client -Kit properly shows my key UIDs correctly, and importing keys all work fine. However, if I try to encrypt anything from mywork-gpgVM I get the following error:Is using
--encryptnot allowed? As far as I understand from the use case of SplitGPG and the Docs, that sort of call should be allowed. Is this a bug in my system setup or a misunderstanding?