How to make pinentry working when using ssh command? #467
Unanswered
amalgame21
asked this question in
Q&A
Replies: 2 comments 1 reply
-
One way around may the use of In any case I will try to take a look at this this weekend. (Or maybe you had in the meantime a different solution?) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe your problem with pinentry is fixed in the latest 2.11 release: I added support for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a tomb file on remote machine.
If I ssh to it, then use tomb command to mount it, everything is fine.
I want to create a script to automate this process and use rsync to back up files.
One of the line in the script is
ssh remote-device 'tomb open /path/to/file.tomb -k /path/to/file.tomb.key'
However, the output displayed the pinentry is inappropriate.
How can I get around this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions