Whats the actual output of ssh-keygen -lf /path/to/key I take it your ssh key comment is not 7-bit clean. I'll fix it.
On Saturday, January 3, 2015 2:53:54 PM UTC+1, mmarco wrote: > > Happy new year everybody, > > I decided to give git-trac a chance, but when i tried to configure i got > the following error: > > mmarco@mountain ~/sage $ git trac config --user mmarco --pass 'madmath' > 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: mmarco > Password: madmath > Retrieving SSH keys... > 2048 ae:7e:c(...)e0:98 mmarco@neumann (RSA) > 2048 91:e8:9(...)d1:86 [email protected] > <javascript:> (RSA) > 2048 46:3d:0(...)2b:bb njsgxy8n@compute5a (RSA) > key_read: uudecode AAAAB3NzaC1yc2EAAAAD(...) > ZkcSRDODWOnb3Lm88F mmarco@localhost failed > line 1 too long: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDm... > Traceback (most recent call last): > File "/home/mmarco/git-trac-command/bin/git-trac", line 18, in <module> > cmdline.launch() > File "/home/mmarco/git-trac-command/git_trac/cmdline.py", line 245, in > launch > app.print_config() > File "/home/mmarco/git-trac-command/git_trac/app.py", line 316, in > print_config > for key in self.trac.get_ssh_fingerprints(): > File "/home/mmarco/git-trac-command/git_trac/trac_server.py", line 91, > in get_ssh_fingerprints > out = subprocess.check_output(['ssh-keygen', '-lf', tmp]) > File "/usr/lib64/python2.7/subprocess.py", line 573, in check_output > raise CalledProcessError(retcode, cmd, output=output) > subprocess.CalledProcessError: Command '['ssh-keygen', '-lf', > '/tmp/tmpm71Tzk']' returned non-zero exit status 1 > > > > Someone has a clue? > > -- 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.
