#12375: submit a giac  spkg
--------------------------------------+--------------------------
       Reporter:  Han Frederic        |        Owner:  tbd
           Type:  enhancement         |       Status:  needs_work
       Priority:  minor               |    Milestone:  sage-6.3
      Component:  packages: optional  |   Resolution:
       Keywords:  giac                |    Merged in:
        Authors:  Han Frederic        |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:  public/giac_spkg    |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+--------------------------

Comment (by Han Frederic):

 Yes I have used git-trac and uploaded my pub key, but most likely I have
 an ssh problem. I have made many tries, and may be my key manager started
 to offer the bad keys but now here is my last situation from start:


 {{{
 macbookito(fred)$ git-trac config --user 'Han Frederic' --pass
 'XXXXXXXXXX'
 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: Han Frederic
 Password: XXXXXXXXX
 Retrieving SSH keys...
     2048 b4:a3:58:12:d8:ae:5d:51:36:1b:99:4b:77:1a:d3:b9  fred@macbookito
 (RSA)
 macbookito(fred)$ git remote -v
 origin  https://github.com/sagemath/git-trac-command.git (fetch)
 origin  https://github.com/sagemath/git-trac-command.git (push)
 trac    git://trac.sagemath.org/sage.git (fetch)
 trac    [email protected]:sage.git (push)
 macbookito(fred)$

 }}}
 so trac found my public key and to check that I have the corresponding
 private key:
 {{{
 macbookito(fred)$ ssh-keygen -l
 Enter file in which the key is (/home/fred/.ssh/id_rsa): /home/fred/.ssh
 /id_rsa-trac
 2048 b4:a3:58:12:d8:ae:5d:51:36:1b:99:4b:77:1a:d3:b9  fred@macbookito
 (RSA)
 }}}

 but if I try to test ssh as in the sage doc the offering key fails

 {{{
 macbookito(fred)$ ssh -v -i ~/.ssh/id_rsa-trac [email protected] info
 OpenSSH_5.9p1 Debian-5ubuntu1.1, OpenSSL 1.0.1 14 Mar 2012
 debug1: Reading configuration data /home/fred/.ssh/config
 debug1: Reading configuration data /etc/ssh/ssh_config
 debug1: /etc/ssh/ssh_config line 19: Applying options for *
 debug1: Connecting to trac.sagemath.org [128.208.178.249] port 22.
 debug1: Connection established.
 debug1: identity file /home/fred/.ssh/id_rsa-trac type 1
 debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
 debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
 debug1: identity file /home/fred/.ssh/id_rsa-trac-cert type -1
 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1
 Debian-5ubuntu1.3
 debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.3 pat OpenSSH*
 debug1: Enabling compatibility mode for protocol 2.0
 debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.1
 debug1: SSH2_MSG_KEXINIT sent
 debug1: SSH2_MSG_KEXINIT received
 debug1: kex: server->client aes128-ctr hmac-md5 none
 debug1: kex: client->server aes128-ctr hmac-md5 none
 debug1: sending SSH2_MSG_KEX_ECDH_INIT
 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
 debug1: Server host key: ECDSA
 21:ba:10:2a:59:cd:7d:36:f7:4c:52:bf:fc:5e:0e:07
 debug1: Host 'trac.sagemath.org' is known and matches the ECDSA host key.
 debug1: Found key in /home/fred/.ssh/known_hosts:54
 debug1: ssh_ecdsa_verify: signature correct
 debug1: SSH2_MSG_NEWKEYS sent
 debug1: expecting SSH2_MSG_NEWKEYS
 debug1: SSH2_MSG_NEWKEYS received
 debug1: Roaming not allowed by server
 debug1: SSH2_MSG_SERVICE_REQUEST sent
 debug1: SSH2_MSG_SERVICE_ACCEPT received
 debug1: Authentications that can continue: publickey,password
 debug1: Next authentication method: publickey
 debug1: Offering RSA public key: /home/fred/.ssh/id_rsa-trac
 debug1: Authentications that can continue: publickey,password
 ...
 }}}

 could my key manager (during my first tries) had started to offer too many
 bad keys so that I am blacklisted or I may have miss some config problem.

--
Ticket URL: <http://trac.sagemath.org/ticket/12375#comment:39>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to