Results 1 to 5 of 5

Thread: How to use same personal key across multiple computers?

  1. #1
    Join Date
    Oct 2012
    Beans
    50
    Distro
    Xubuntu

    Question How to use same personal key across multiple computers?

    I have an old computer that I fixed up, and I'd like to use it for my coding (right now, I'm working on debianizing the games at stabyourself.net. Don't worry; the liscense allows it!)

    I have already built a few on my main computer, and I'd like to sort of migrate my packaging to the old computer. Unfortunately, I would have to generate another key for the second computer, and I'd prefer not to do that. I know that you can import someone else's key, sort of as a "recognized person," but how do I import a key as one of MY keys? (P.S., I do have the secret password thingy. That's how I've been signing the packages, after all.)

  2. #2
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: How to use same personal key across multiple computers?

    Any reason why you can't just do scp -r .gnupg targethost:?
    「明後日の夕方には帰ってるからね。」


  3. #3
    Join Date
    Oct 2012
    Beans
    50
    Distro
    Xubuntu

    Cool Re: How to use same personal key across multiple computers?

    Quote Originally Posted by Bachstelze View Post
    Any reason why you can't just do scp -r .gnupg targethost:?
    Lol, probably because I've never heard of that before.

    So... I execute that command on the machine I've already built stuff on? Do I need to export my keyfile first or something like that?
    Apparently I've found the one situation in which Windows provides more low-level hardware access than Linux…
    https://unix.stackexchange.com/q/446088/26420

  4. #4
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: How to use same personal key across multiple computers?

    Normally no, copying .gnupg is the only thing that's needed, executing gpg on the other host will pick up the keys as normal.
    「明後日の夕方には帰ってるからね。」


  5. #5
    Join Date
    Oct 2012
    Beans
    50
    Distro
    Xubuntu

    Re: How to use same personal key across multiple computers?

    Okay... where do I find this file?

    Also, do I just type scp -r .gnupg targethost, then upload some file to the other computer, or do I need to do
    scp -r /home/james/.pgp/pgp.gnupgp 192.168.2.3
    ...or something like that?
    Apparently I've found the one situation in which Windows provides more low-level hardware access than Linux…
    https://unix.stackexchange.com/q/446088/26420

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •