Re: [sage-devel] Trouble with SSH access

2022-04-12 Thread Dima Pasechnik
On Tue, Apr 12, 2022 at 12:24 AM Thierry wrote: > i had a quick look at the trac/git box: when a SSH pubkey is added from > the trac website, the /srv/git/repositories/gitolite-admin.git > repository is updated accordingly, so it seems it is not an issue > between trac and gitolite, the transfer s

Re: [sage-devel] Trouble with SSH access

2022-04-12 Thread Antoine Leudière
IT WORKS!!! ```bash ~ ssh -i ~/.ssh/ssh_key-sage-trac-2 g...@trac.sagemath.org info perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_PAPER = "fr_FR.UTF-8", LC_ADDRESS = "fr_FR.UTF-

Re: [sage-devel] Trouble with SSH access

2022-04-12 Thread Antoine Leudière
Thanks a lot for the input. Antoine On Mon, 2022-04-11 at 22:24 +, Thierry wrote: > Hi, > > i had a quick look at the trac/git box: when a SSH pubkey is added from > the trac website, the /srv/git/repositories/gitolite-admin.git > repository is updated accordingly, so it seems it is not an i

Re: [sage-devel] Trouble with SSH access

2022-04-12 Thread Thierry
Hi, could you please retry ? (i will send details on sagemath-admins) Ciao, Thierry Le Mon, Apr 11, 2022 at 10:24:53PM +, Thierry a écrit : > Hi, > > i had a quick look at the trac/git box: when a SSH pubkey is added from > the trac website, the /srv/git/repositories/gitolite-admin.git >

Re: [sage-devel] Trouble with SSH access

2022-04-11 Thread Yueqi Li
Thank you so much for answer this. I have ssh file and also paste the public key in my sage page. But my access still was denied.[image: Screen Shot 2022-04-12 at 12.37.56 AM.png] On Sunday, April 10, 2022 at 4:43:10 PM UTC-4 François Bissey wrote: > I can’t help but notice that part of the mess

Re: [sage-devel] Trouble with SSH access

2022-04-11 Thread Thierry
Hi, i had a quick look at the trac/git box: when a SSH pubkey is added from the trac website, the /srv/git/repositories/gitolite-admin.git repository is updated accordingly, so it seems it is not an issue between trac and gitolite, the transfer seems to work well. However, the file /srv/git/.ssh/

Re: [sage-devel] Trouble with SSH access

2022-04-11 Thread Tristan Phillips
Thank you Maxime. Attached is my debug log. -Tristan On Monday, April 11, 2022 at 3:29:37 AM UTC-7 maxime...@inria.fr wrote: > On 4/8/22 22:08, Tristan Phillips wrote: > > > > Hello, > > > > I just wanted to mention that I seem to be having the same issues as > > Antoine. I tried both an RSA 20

Re: [sage-devel] Trouble with SSH access

2022-04-11 Thread Maxime Bombar
On 4/8/22 22:08, Tristan Phillips wrote: Hello, I just wanted to mention that I seem to be having the same issues as Antoine. I tried both an RSA 2048 and a ed25519.  I also tested that these keys worked for SSH access on GitHub. Sincerely, Tristan Yes, it seems that the distribution of t

Re: [sage-devel] Trouble with SSH access

2022-04-10 Thread François Bissey
I can’t help but notice that part of the message: “Warning: Identity file /Users/yueqili/.ssh/ssh_key-sage-trac-2 not accessible: No such file or directory.” Are you sure that it is the right file name? François > On 11/04/2022, at 07:23, L Nicole wrote: > > Hi, > > I have the same issue too.

Re: [sage-devel] Trouble with SSH access

2022-04-08 Thread Antoine Leudière
Thanks to both of you! Dima, unfortunately, I still have the issue. I checked the permissions, they seem okay: `-rw-r--r--` for the public key and `-rw---` for the private one. My other working pairs of keys have exactly the same privileges. Attached to this message is the log (3 levels) of `

Re: [sage-devel] Trouble with SSH access

2022-04-07 Thread Dima Pasechnik
I'll reboot trac now, see if it helps. Also, check that your keys have correct permissions. On Thu, Apr 7, 2022 at 5:08 PM Maxime Bombar wrote: > > On 4/7/22 17:59, Antoine Leudière wrote: > > Hi Maxime, > > > > Thanks a lot for answering! I did, yes --- but I may very well be missing > > somethi

Re: [sage-devel] Trouble with SSH access

2022-04-07 Thread Maxime Bombar
On 4/7/22 17:59, Antoine Leudière wrote: Hi Maxime, Thanks a lot for answering! I did, yes --- but I may very well be missing something! However, I tried to add / remove trailing spaces or blank lines at the end; or to modify the comment, but nothing seemed to work... I also tried with a standa

Re: [sage-devel] Trouble with SSH access

2022-04-07 Thread Antoine Leudière
Hi Maxime, Thanks a lot for answering! I did, yes --- but I may very well be missing something! However, I tried to add / remove trailing spaces or blank lines at the end; or to modify the comment, but nothing seemed to work... I also tried with a standard RSA key. And, a colleague of mine create

Re: [sage-devel] Trouble with SSH access

2022-04-07 Thread Maxime Bombar
On 4/7/22 16:55, Antoine Leudière wrote: Hi, I created a pair of ec25519 SSH keys to access Trac through SSH (see https://doc.sagemath.org/html/en/developer/trac.html#trac-authentication-through-ssh). The key identity file is ~/.ssh/ssh_key-sage-trac-2. I am using Ubuntu 21.10 However, my con

[sage-devel] Trouble with SSH access

2022-04-07 Thread Antoine Leudière
Hi, I created a pair of ec25519 SSH keys to access Trac through SSH (see https://doc.sagemath.org/html/en/developer/trac.html#trac-authentication-through-ssh). The key identity file is ~/.ssh/ssh_key-sage-trac-2. I am using Ubuntu 21.10 However, my config does not seem to work: $ ssh -i ~/.ss