/srv/irclogs.ubuntu.com/2012/10/13/#launchpad.txt

=== ScottK2 is now known as ScottK
=== LordOfTime is now known as TheLordOfTime
=== Guest72551 is now known as maxb\
=== maxb\ is now known as maxb
felipecwhere am I supposed to put the translation stuff? it's ok: /po/es.po /po/messages.pot09:04
audifahrerHi11:10
audifahrerany ideas why this ebuild fails: https://launchpadlibrarian.net/118780526/buildlog.txt.gz11:10
audifahrer?11:10
audifahrerhttps://code.launchpad.net/~tux-style/+recipe/oisp-daily11:10
=== doko_ is now known as doko
=== yofel_ is now known as yofel
mrburnsi am new to launchpad and bazaar i am trying to get the code for a project when i type "bzr branch lp:alarm-clock" i get an error "permission denied (publickey)" any ideas what i am doing wrong?22:40
wgrantmrburns: Sounds like you ran 'bzr lp-login' with the wrong username, or you don't have your SSH keys on Launchpad. You don't need SSH keys set up if you just want to download public code, but if you want to upload anything you'll need to follow http://sphotos-a.xx.fbcdn.net/hphotos-ash3/543246_355727361185059_328289847_n.jpg22:58
wgrantBlash22:59
wgrantwtf is that22:59
wgrantthanks reddit :)22:59
wgranthttps://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair22:59
wgrantThat's the one22:59
lifelesswgrant: what reddit were you in :P23:01
mrburnsi should have synced both my PGP and SSH keys "bzr lp-login" shows the correct lp login for me23:01
wgrantlifeless: /r/starcraft!23:02
wgrantmrburns: Hmm23:02
wgrantmrburns: WHat's your Launchpad username?23:02
mrburnswgrant: partloer23:02
wgrantAnd do you have multiple SSH keys locally, or just one?23:02
wgrantLet's see23:03
mrburnswgrant: i think multiple23:03
wgrantRight, so you indeed have valid SSH and GPG keys23:03
wgrantmrburns: If you have multiple keys you might need to use the ~/.ssh/config snippet from https://help.launchpad.net/Code/UploadingABranch23:04
wgrantTo specify which one to use for bazaar.launchpad.net23:04
wgrantIt won't automatically try everything that's in ~/.ssh23:04
mrburnswgrant: i check under .ssh and i have a file authorized_keys and only one entry i thought that i set that up correctly but let me know if there is a way to check this23:06
wgrantmrburns: authorized_keys is keys that are allowed to SSH into your local machine23:06
wgrantSo it's the wrong end23:07
wgrant~/.ssh/id_rsa is the default private key name23:07
wgrant~/.ssh/id_rsa.pub is the corresponding public key23:07
wgrantSSH will use those by default; if it's named something else then you'll need the config override23:07
wgrantHow did you generate your key?23:10
mrburnswell i created them a while back uploaded it to launchpad then reformatted my computer since thus i can trying to get the key from launchpad to my machine23:12
wgrantOh23:12
wgrantYou'll need to generate a new one23:12
wgrantLaunchpad only has the public key. The private key never leaves your machine23:12
wgrantSo if you reformatted without backing it up, you'll need to make a new one.23:13
mrburnsok so when i generate a new key it is the private one that it creates?23:13
wgrantIt generates a "keypair", with corresponding private and public keys23:13
wgrantYou give Launchpad the public key, but keep the private key private23:14
mrburnsyeah that part i knew i was trying to see if i can just create a new private key without changing both23:14
wgrantYou can't23:14
wgrantOtherwise I could just grab your public key from Launchpad, generate my own copy of the private key, and pretend to be you23:15
wgrantWhich would be sort of bad.23:15
mrburnsthat would be the problem, thanks23:16
mrburnsso how do i connect with a different computer then (ie laptop)? can i backup my private key then transfer it?23:16
=== fjlacoste is now known as flacoste
wgrantmrburns: Right, you can just copy the private key (usually ~/.ssh/id_rsa) to another machine that you trust23:16
wgrantOr you could generate a second key, and add both to your Launchpad accounmt23:16
mrburnsok that is simple enough...well i wont make that mistake again23:17
wgrantIt's not a big issue if you only use your key for Launchpad23:17
wgrantSince you can just remove it and create a new one as a replacement23:18
wgrantBut if your SSH key is the only access you have to some remote machines, it can be a little awkward :)23:18
mrburnsthanks wgrant for your help23:19
wgrantnp, hopefully you'll be able to grab that code once you've regenerated that key23:19
mrburnswgrant: everything worked thanks23:40
wgrantGreat!23:41

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!