The last public key is invalid, there is no space to set off the comment from the b64'ed key.
On Saturday, June 13, 2015 at 7:51:08 PM UTC+2, Darij Grinberg wrote: > > Hi, > > thanks to both of you for your help on step 3, but I've got another > problem on step 4 now: > > ~/sage-dev-images/sage-6.8.beta3$ git trac config --user darij --pass > [redacted] > Saved trac username. > Saved trac password. > Trac xmlrpc URL: > http://trac.sagemath.org/xmlrpc (anonymous) > http://trac.sagemath.org/login/xmlrpc (authenticated) > realm sage.math.washington.edu > Username: darij > Password: [redacted] > Retrieving SSH keys... > 2048 36:4d:d2:0b:a6:04:cc:81:7b:6c:1d:4d:96:bb:ab:25 /tmp/tmpL7uXNr > (RSA) > 2048 a7:ae:0b:32:5f:0a:fe:56:31:f5:78:60:a9:d8:cc:73 /tmp/tmpL7uXNr > (RSA) > 2048 cc:e7:fe:32:17:32:a1:c3:e0:1d:40:8e:ed:55:5f:84 /tmp/tmpL7uXNr > (RSA) > 2048 ae:3a:a6:d6:7c:3f:d5:53:ed:a0:f8:90:6e:c4:68:5e /tmp/tmpL7uXNr > (RSA) > line 1 too long: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo... > Traceback (most recent call last): > File "/usr/local/bin/git-trac", line 18, in <module> > cmdline.launch() > File "/usr/local/lib/python2.7/dist-packages/git_trac/cmdline.py", > line 252, in launch > app.print_config() > File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line > 344, in print_config > for key in self.trac.get_ssh_fingerprints(): > File "/usr/local/lib/python2.7/dist-packages/git_trac/trac_server.py", > line 91, in get_ssh_fingerprints > out = subprocess.check_output(['ssh-keygen', '-lf', tmp]) > File "/usr/lib/python2.7/subprocess.py", line 573, in check_output > raise CalledProcessError(retcode, cmd, output=output) > subprocess.CalledProcessError: Command '['ssh-keygen', '-lf', > '/tmp/tmpL7uXNr']' returned non-zero exit status 1 > > The "too long" line unfortunately is precisely the key from the SMC > project. It is the last key on trac; see > https://dl.dropboxusercontent.com/u/83265276/bugs/smc-trac-pubs.txt . > Do you have an idea what could have gone wrong there, and is there > some lesson to be learnt that is worth adding into the tutorials? > Invisible whitespaces? Windows vs. Linux newlines? > > Best regards, > Darij > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
