Copying ssh key

Asked by OldAl

My OS is ubuntu 9.04. I have done some hacking from one computer 'primo', so far fearly successfully. I want to also do some launchpad hacking from another computer - 'sec' . What is a safe procedure to copy the ssh keys from one computer to another?

I realise that, strictly speaking, the question is not bazaar, but the answer would help me to avoid the disasters that some others have reported, so I thank you in advance!

OldAl.

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
John A Meinel (jameinel) said :
#1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

OldAl wrote:
> New question #86302 on Bazaar:
> https://answers.launchpad.net/bzr/+question/86302
>
> My OS is ubuntu 9.04. I have done some hacking from one computer 'primo', so far fearly successfully. I want to also do some launchpad hacking from another computer - 'sec' . What is a safe procedure to copy the ssh keys from one computer to another?
>
> I realise that, strictly speaking, the question is not bazaar, but the answer would help me to avoid the disasters that some others have reported, so I thank you in advance!
>
> OldAl.
>

scp .ssh/id_rsa* sec:.ssh/.

Should be enough to copy your ssh key from the local machine to the
'sec' machine.

However, you may want to stage it with
scp .ssh/id_rsa* sec:.

In case 'sec' already has some ssh keys that you want to save.

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrcd2wACgkQJdeBCYSNAAMWowCfRD8V46bS0G/kQGDC4+KW6bii
GckAoI3RSBsdzgO8RdBwqweAGqGAhz6L
=ztG+
-----END PGP SIGNATURE-----

Can you help with this problem?

Provide an answer of your own, or ask OldAl for more information if necessary.

To post a message you must log in.