On Fri, Sep 7, 2018 at 10:49 AM Sérgio Basto <[email protected]> wrote:
> On Fri, 2018-09-07 at 14:57 +0200, Martin Gansser wrote: > > ok, the file ~/.ssh/id_rsa doesn't match with the public ssh key. > > that means, i have to create a public rsa ssh key ? > > with: > > $ ssh-keygen -b 2048 -t rsa > > > > Thanks > > Martin > > from https://rpmfusion.org/Contributors#Get_an_RPM_Fusion_Account > > Edit your account and upload your Public RSA SSH Key (see man ssh- > keygen for more information) which is required for CVS authorization. > > Maybe we should improve the documentation ... > > Paste `cat ~/.ssh/id_rsa.pub` to your account in https://admin.rpmfusio > n.org/accounts/ > I'd suggest something like "Paste the contents of the file ~/.ssh/id_rsa.pub into the 'SSH Key' field". (Or whatever it's called, I don't remember and there's no way to see the field if you have a key set without removing it first.) Because: 1. Most people know some method of reading a file, which one they use is up to them. If they want to pull it up in gedit, that works just as well. 2. You don't want to end up with 'SSH Key' fields that literally contain: `cat ~/.ssh.id_rsa.pub` (I find that even smart people can have an endless capacity to be too literal, when it comes to following directions.) ...Or, better yet, a screenshot or two added to the documentation couldn't hurt. I don't have Wiki edit access, but I can go through the signup process with a dummy account and capture some screenshots, if we think they're worth including? > > > Gesendet: Freitag, 07. September 2018 um 14:46 Uhr > > Von: "Sérgio Basto" <[email protected]> > > An: "RPM Fusion developers discussion list" <rpmfusion-developers@lis > > ts.rpmfusion.org> > > Betreff: Re: Aw: Re: Re: Re: Re: Re: Re: Re: rfpkg: can't clone repo > > rfpkg should guess your username (you have it in the cert), so you > > don't need any entry in ~/.ssh/config > > > > but seems it git issue so just do : > > > > git clone -v ssh://[email protected]/free/shotcut > > > > > > is your ~/.ssh/id_rsa match with > > https://admin.rpmfusion.org/accounts/user/view/martinkg ? > > > > seems to me the problem > > > > > > On Fri, 2018-09-07 at 14:23 +0200, Martin Gansser wrote: > > > Thanks for you help, i have now created the file ~/.ssh/config with > > > this content: > > > > > > Host pkgs.rpmfusion.org > > > IdentityFile ~/.ssh/id_rsa > > > User martinkg > > > > > > [martin@f28 ~]$ chmod 600 ~/.ssh/config > > > > > > and now i get this error message: > > > > > > > > > martin@f28 ~]$ rfpkg -v clone free/shotcut > > > Cloning ssh://[email protected]/free/shotcut > > > Running: git clone ssh://[email protected]/free/shotcut > > > -- > > > origin origin > > > Cloning into 'shotcut'... > > > sign_and_send_pubkey: signing failed: agent refused operation > > > [email protected]: Permission denied (publickey). > > > fatal: Could not read from remote repository. > > > > > > Please make sure you have the correct access rights > > > and the repository exists. > > > Could not execute clone: Failed to execute command. > > > Traceback (most recent call last): > > > File "/usr/bin/rfpkg", line 16, in <module> > > > main() > > > File "/usr/lib/python2.7/site-packages/rfpkg/__main__.py", line 75, > > > in main > > > sys.exit(client.args.command()) > > > File "/usr/lib/python2.7/site-packages/pyrpkg/cli.py", line 1698, > > > in clone > > > target=self.args.clone_target) > > > File "/usr/lib/python2.7/site-packages/pyrpkg/__init__.py", line > > > 1405, in clone > > > self._run_command(cmd, cwd=path) > > > File "/usr/lib/python2.7/site-packages/pyrpkg/__init__.py", line > > > 1098, in _run_command > > > raise rpkgError('Failed to execute command.') > > > pyrpkg.errors.rpkgError: Failed to execute command. > > > > > > > > > Martin > > > > > > Gesendet: Freitag, 07. September 2018 um 12:07 Uhr > > > Von: "Nicolas Chauvet" <[email protected]> > > > An: "RPM Fusion developers discussion list" <rpmfusion-developers@l > > > is > > > ts.rpmfusion.org> > > > Betreff: Re: Re: Re: Re: Re: Re: Re: rfpkg: can't clone repo > > > I think I got it: > > > > > > saw: input_userauth_request: invalid user netapp [preauth] > > > > > > You might have something conflicting with your ssh config client > > > configuration. > > > Either look at /etc/ssh/ssh_config or ~/.ssh/config and use > > > something > > > like this: > > > > > > Host pkgs.rpmfusion.org > > > IdentityFile ~/.ssh/id_rsa > > > User: martinkg > > > > > > > > > > > > -- > > > - > > > > > > Nicolas (kwizart) > > > _______________________________________________ > > > rpmfusion-developers mailing list -- [email protected] > > > fu > > > sion.org > > > To unsubscribe send an email to [email protected] > > > mf > > > usion.org > > > _______________________________________________ > > > rpmfusion-developers mailing list -- [email protected] > > > fu > > > sion.org > > > To unsubscribe send an email to [email protected] > > > mf > > > usion.org > > > > -- > > Sérgio M. B. > > _______________________________________________ > > rpmfusion-developers mailing list -- [email protected] > > sion.org > > To unsubscribe send an email to [email protected] > > usion.org > > _______________________________________________ > > rpmfusion-developers mailing list -- [email protected] > > sion.org > > To unsubscribe send an email to [email protected] > > usion.org > -- > Sérgio M. B. > _______________________________________________ > rpmfusion-developers mailing list -- > [email protected] > To unsubscribe send an email to > [email protected] >
_______________________________________________ rpmfusion-developers mailing list -- [email protected] To unsubscribe send an email to [email protected]
