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.