View previous topic :: View next topic |
Author |
Message |
c Tux's lil' helper
Joined: 17 Jun 2004 Posts: 84 Location: Tyrol, Austria
|
Posted: Mon Jan 24, 2005 5:48 pm Post subject: moving ~/.gnupg/* |
|
|
Hello there!
I did not find an answer to this question:
how do I correctly move my private key to another OS (if I want to re-install or use my key pair on another computer)? |
|
Back to top |
|
|
nemo_ Apprentice
Joined: 19 Sep 2002 Posts: 167 Location: Brussels, Belgium
|
Posted: Thu Jan 27, 2005 10:53 am Post subject: |
|
|
hello
you want to use something like this :
Code: | gpg --export-secret-keys -a > secret.key |
then just import it on the other computer. (alltho copying the files from ~/gpg will likely work just as well). |
|
Back to top |
|
|
|