Advertisement
vertrex

Launchpad_Connection_Instructions

Sep 11th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. These are the steps to connecting to launchpad through bzr:
  2.  
  3. 1) Anywhere, right click and select "Tortoise Bazaar"
  4. 2) Then click "Run command" and a window should open up after a few seconds
  5. 3) In "command", type "launchpad-login"
  6. 4) Under "Options and arguments for commands", type in your launchpad username
  7. 5) Then hit "ok"
  8.  
  9. ===================================
  10.  
  11. 1) Do step 1 from above steps
  12. 2) In "command", type "whoami"
  13. 3) Under "Options and arguments for commands", type in the email you used to register with launchpad
  14. 4) Then hit "ok"
  15.  
  16. ===================================
  17.  
  18. 1) Run "pageant.exe" and a small icon should appear on the bottom right corner of the taskbar
  19. 2) Run "puttygen.exe" and a window should open up (PuTTY Key Generator)
  20. 3) Click "Generate" and move your mouse around the window (keep the mouse pointer inside the window)
  21. !!!!!!!!!!!!!!!
  22. !NOTE: Keep the window as it is. Don't do anything with it from here on
  23. !!!!!!!!!!!!!!!
  24. 4) Log into your launchpad account and click on
  25. 5) Back to the (PuTTY Key Generator) window and copy the entire text from under "Public key for pasting into Open SSH authorized_keys file:"
  26. 6) Paste the copied text into the blank space given in your account's blank box and then click "Submit" and a message should come back saying it's submitted or something similar
  27. !!!!!!!!!!!!!!!
  28. !NOTE: The next few steps will be conducted in the (PuTTY Key Generator) window
  29. !!!!!!!!!!!!!!!
  30. 7) Type in a password under "Key passphrase". This can be anything but you have to remember it! The same applies to "Confirm passphrase"
  31. 8) Then click "Save private key" and save it. Same applies to "Save public key". (Save the public key as "public" while private as "private")
  32.  
  33. ===================================
  34.  
  35. 1) Find the icon that has the name tag "Pageant (PuTTY authentication agent)"
  36. 2) Right click it and then click "Add Key"
  37. 3) Locate your private key file
  38. 4) Now type the password you typed in the "PuTTY Key Generator"
  39.  
  40. That's it! Now you can commit changes to launchpad :)
  41.  
  42. ===================================
  43. If you need more help to clarify things, visit this:
  44. https://help.launchpad.net/YourAccount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement