[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-help-public] Public key authentication for sftp/scp/rsync
From: |
Karl Berry |
Subject: |
Re: [Savannah-help-public] Public key authentication for sftp/scp/rsync access to DownloadArea. |
Date: |
Fri, 12 Aug 2011 23:59:50 GMT |
Hi Mats,
Subject: Re: [Savannah-help-public] Public key authentication for
What I see is that your registered key as it exists on the vc host (git,
cvs, etc.) is not actually valid. I am surprised it works at all. It
lacks an email address at the end. That is, it looks like:
ssh-rsa AAAAB...5
and ends there. It should look like this (for whatever email addr):
ssh-rsa AAAAB...5 address@hidden
(all one line).
Maybe that syntax problem made it fail to propagate to the download host.
Can you try deleting and re-uploading? Clearly the upload form is
supposed to catch such an error, but evidently it didn't :(.
Best,
Karl
- Re: [Savannah-help-public] Public key authentication for sftp/scp/rsync access to DownloadArea.,
Karl Berry <=