Re: OpenPGP card issues

2011-09-09 Thread David Robertson
> To start the agent you need to add the --daemon argument. For > testing you may use this: > > gpg-agent --use-standard --daemon sh > > which opens a new shell and sets up everything. You need to make > sure that no other agent is running and controlling the card. > > You should also unset th

Re: displaying decrypted plaintext on screen instead of output to file

2011-09-09 Thread vedaal
On Fri, 09 Sep 2011 01:14:59 -0400 Sven Radde wrote:>Am -10.01.-28163 20:59, schrieb ved...@nym.hush.com: >Use "-" as the output filename and pipe that into more/less/..., >as in > >gpg -o - file.gpg | more Thanks! works perfectly, and shorter than --for-your-eyes-only ;-) vedaal __

Re: OpenPGP card issues

2011-09-09 Thread Werner Koch
On Fri, 9 Sep 2011 00:14, djpeterrobert...@gmail.com said: > david@david-desktop-debian:/$ gpg-agent --use-standard-socket To start the agent you need to add the --daemon argument. For testing you may use this: gpg-agent --use-standard --daemon sh which opens a new shell and sets up everyth