have you created an ssh  key pair? What is the output of

ls -al ~/.ssh/

?

On Thu, Feb 20, 2020 at 10:55 AM varenyam bakshi <varenyam...@gmail.com> wrote:
>
> sorry but it is still not working
>
> On Wed, Feb 19, 2020 at 7:16 PM E. Madison Bray <erik.m.b...@gmail.com> wrote:
>>
>> On Tue, Feb 18, 2020 at 12:17 PM varenyam bakshi <varenyam...@gmail.com> 
>> wrote:
>> >
>> > I followed the instructions given in sage developer's guide but i am not 
>> > being authenticated. I checked it using the basic gitolite commands given 
>> > in the guide
>> > ssh g...@trac.sagemath.org info
>> >
>> > it is showing this error
>> > please help
>>
>> Seems to work for me.  If you have multiple SSH keys on your system,
>> make sure that you are connecting using the correct key for
>> identification.  This is done by running `ssh -i <identity_file>`
>> where `<identity_file>` is the full path to your SSH private key.
>>
>> You can also add this permanently to your local SSH client
>> configuration, typically found in `~/.ssh/config`.  This allows
>> per-site SSH client configuration, for example:
>>
>> Host git.sagemath.org
>>     Hostname git.sagemath.org
>>     IdentityFile /path/to/correct/ssh-private-key
>>
>> Ensure also that you have gone to
>> https://trac.sagemath.org/prefs/sshkeys and supplied your *public*
>> key.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "sage-devel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sage-devel+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/CAOTD34axP0un1h5OEmVpicV%3D2m0ZSnRFV0KW4is_3V_Cbhx29w%40mail.gmail.com.
>
>
>
> --
> regards
> varenyam bakshi
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CANcZkcL7OpaJD5LwN_vuDF3ndyOKVe5VQ8FZMv2pf7SRyLYoLw%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq1Zg2XZdWoZr0kpxWP0w8mn%2B8N8zg%2BOfGFyN0R%2BmrczSA%40mail.gmail.com.

Reply via email to