You still need to provide a host to connect to.  In your screenshot
(posting screenshots is not necessary, you can just copy/paste the
terminal output), you just ran `ssh -i ~/.ssh/id_rsa`.  I didn't say
this explicitly but it was implicit that that's just one flag to ssh;
other options still need to follow.  That said ~/.ssh/id_rsa is the
default so if that's really the correct SSH key you shouldn't need to
provide it.  Did you provide trac.sagemath.org your public key as I
suggested, and if so what exactly did you do?

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/CAOTD34a6-ysqNQtUkOW%2B8ZE68cS_-UD10ki_0%3DD0vdaOo4BBGA%40mail.gmail.com.

Reply via email to