| View previous topic :: View next topic |
| Author |
Message |
turtles l33t


Joined: 31 Dec 2004 Posts: 739 Location: (44.057116, -123.103394)
|
Posted: Tue Dec 04, 2007 11:43 pm Post subject: gpg -ao --export (solved) |
|
|
Sorry if this is not the right place.
I am a late bloomer in email encryptiography.
I am trying to export my keys to a file. Is this correct because gpg just hangs forever here.
| Code: | | gpg -ao --export > some-file_name |
_________________ Forums user names explained
Last edited by turtles on Thu Dec 06, 2007 1:11 pm; edited 1 time in total |
|
| Back to top |
|
 |
Hu Veteran

Joined: 06 Mar 2007 Posts: 2595
|
Posted: Wed Dec 05, 2007 10:46 pm Post subject: |
|
|
| You need to specify a target for -o. As it stands, it appears to be trying to take --export as the name of the file. Instead, run gpg -a -o some-file-name --export. |
|
| Back to top |
|
 |
turtles l33t


Joined: 31 Dec 2004 Posts: 739 Location: (44.057116, -123.103394)
|
Posted: Thu Dec 06, 2007 1:11 pm Post subject: |
|
|
That was it thanks
I get so confused with CLI order. _________________ Forums user names explained |
|
| Back to top |
|
 |
|