Tony Breeds wrote:
> One annoying gotcha I hit after adding the new key to my agent was that
> many places now failed to auth as it tried each key in my agent and
> exceeded the MaxAuthTries in sshd
The IdentitiesOnly option to ssh is useful for that. From
ssh_config(1):
Specifies that ssh(1)
also, you need to start the sshd service ...
systemctl start sshd.service
systemctl status sshd.service
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct:
h
Tony Breeds wrote:
> On Tue, Nov 15, 2011 at 07:22:53PM -0500, Neal Becker wrote:
>> I just had to setup a new machine, and new ssh keys.
>>
>> I visited
>>
>> https://admin.fedoraproject.org/accounts/user/edit/
>>
>> I chose my new id_rsa.pub to upload.
>>
>> But I get:
>>
>> git push --
On Tue, Nov 15, 2011 at 07:22:53PM -0500, Neal Becker wrote:
> I just had to setup a new machine, and new ssh keys.
>
> I visited
>
> https://admin.fedoraproject.org/accounts/user/edit/
>
> I chose my new id_rsa.pub to upload.
>
> But I get:
>
> git push --verbose
> Pushing to ssh://nbec.
Neal Becker wrote:
> I just had to setup a new machine, and new ssh keys.
>
> I visited
>
> https://admin.fedoraproject.org/accounts/user/edit/
>
> I chose my new id_rsa.pub to upload.
>
> But I get:
>
> git push --verbose
> Pushing to ssh://nbec...@pkgs.fedoraproject.org/mercurial
> Perm