~brian-murray/ubuntu-community-accomplishments/check-bug-from-apport

« back to all changes in this revision

Viewing changes to accomplishments/ubuntu-community/is/imported-ssh-key.accomplishment

 * Added Imported an SSH Key from Angelo, thanks!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[accomplishment]
 
2
title = Imported an SSH Key
 
3
description = You have imported an SSH key into launchpad.
 
4
application = ubuntu-community
 
5
category = Launchpad
 
6
needs-signing = true
 
7
needs-information = launchpad-email
 
8
icon = launchpad.png
 
9
depends = ubuntu-community/registered-on-launchpad
 
10
summary = An SSH key secures the connection between your computer and Launchpad while you're pushing Bazaar branches up to Launchpad. To push code branches to Launchpad you first need to generate your SSH key. The key is made up of two parts: a private key that stays on your computer and a public key that you register with Launchpad.
 
11
steps = Install OpenSSH. You can install OpenSSH by opening your terminal and typing: <tt>sudo apt-get install openssh-client</tt>.
 
12
        Once OpenSSH is installed, stay in the terminal and type: <tt>ssh-keygen -t rsa</tt>.
 
13
        When prompted, press Enter to accept the default file name for your key.
 
14
        Next, enter then confirm a password to protect your SSH key. Your key pair is stored in <tt>~/.ssh/</tt> as <tt>id_rsa.pub</tt> (public key) and id_rsa (private key).
 
15
        Open your public key in a text editor and copy its contents to your clipboard. The public key file has the extension <tt>.pub</tt>. For example: <tt>id_rsa.pub</tt>.
 
16
        Visit your Launchpad SSH keys page.
 
17
        Paste your public key into the text box and then click the <b>Import public key</b> button to continue.
 
18
tips = None
 
19
pitfalls = None
 
20
help = #launchpad on Freenode
 
21