This is a discussion on Private GPG key within the Linux General forums, part of the Linux Forums category; Hi, some month ago I created a GPG key with kgpg. Now, I want to use this key also on ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In comp.os.linux.misc Christian Christmann <plfriko@yahoo.de>:
> Hi, > some month ago I created a GPG key with kgpg. Now, I want to use this key > also on another computer. Where do I find my current private key? And is ~/.gnupg > it secure to copy it via "scp" to the other machine? Yes. -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 464: "I personally just encourage people to switch to KDE." - Linus Torvalds |
|
|||
|
Michael Heiming <michael+USENET@www.heiming.de> wrote:
> In comp.os.linux.misc Christian Christmann <plfriko@yahoo.de>: >> Hi, > >> some month ago I created a GPG key with kgpg. Now, I want to use this key >> also on another computer. Where do I find my current private key? And is > > ~/.gnupg > >> it secure to copy it via "scp" to the other machine? > > Yes. > If you have more than one key in keyring 'gpg --export' and 'gpg --export-secret-keys' may be more useful. -- Dmitry Davletbaev |