Re: [Bioc-devel] problem with git / svn transition: ssh keys

2017-09-12 Thread Turaga, Nitesh
Please regenerate a new key and submit. > On Sep 12, 2017, at 1:26 PM, Luo Weijun wrote: > > Well, I modified the file acces by: > chmod 400 ~/.ssh/id_rsa > > it goes further, but the passphrase I stored seems not work (as below). I > couldn’t change passphrase either

Re: [Bioc-devel] problem with git / svn transition: ssh keys

2017-09-12 Thread Luo Weijun via Bioc-devel
Well, I modified the file acces by: chmod 400 ~/.ssh/id_rsa it goes further, but the passphrase I stored seems not work (as below). I couldn’t change passphrase either due to the same problem. Can I remove the old ssh key, regenerated/resubmit a new key? What’s the best way to proceed? luo$

Re: [Bioc-devel] problem with git / svn transition: ssh keys

2017-09-12 Thread Turaga, Nitesh
http://bioconductor.org/developers/how-to/git/faq/ You need point#16 on the FAQ section. Change your permissions. > On Sep 12, 2017, at 12:35 PM, Luo Weijun wrote: > > The original file name was id_rsa.pub.pub. > I changed it to id_rsa.pub or id_rsa now. It stops

Re: [Bioc-devel] problem with git / svn transition: ssh keys

2017-09-12 Thread Luo Weijun via Bioc-devel
The original file name was id_rsa.pub.pub. I changed it to id_rsa.pub or id_rsa now. It stops complaining about the invalid format, but still have permission problem. ##id_rsa.pub luo$ git clone g...@git.bioconductor.org:packages/pathview Cloning into 'pathview'... Permission denied (publickey).

Re: [Bioc-devel] problem with git / svn transition: ssh keys

2017-09-12 Thread Turaga, Nitesh
What name did you store your key under? “id_rsa” or something else? Nitesh > On Sep 12, 2017, at 12:11 PM, Luo Weijun wrote: > > the following the are commands I used and output: > > luo$ git clone g...@git.bioconductor.org:packages/pathview > Cloning into 'pathview'...

Re: [Bioc-devel] problem with git / svn transition: ssh keys

2017-09-12 Thread Luo Weijun via Bioc-devel
the following the are commands I used and output: luo$ git clone g...@git.bioconductor.org:packages/pathview Cloning into 'pathview'... key_load_public: invalid format Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights

Re: [Bioc-devel] problem with git / svn transition: ssh keys

2017-09-12 Thread Turaga, Nitesh
Your key is in our system. It starts with, ssh-rsa B3NzaC1yc2EDAQABAAACAQD4+kbkP7J0rkIGy81r9fO+4tCgHzQXfkthRu/MFPE7AMvZy7SeNf9WuxPQtMeOjAl It is associated with the correct package “pathview” and also “gageData”. Please give me more information to help you. Show me the exact commands

Re: [Bioc-devel] problem with git / svn transition: ssh keys

2017-09-07 Thread Turaga, Nitesh
Hi Luo, The key we have on file is missing the starting `ssh-rsa`. Could you please resubmit? Best, Nitesh > On Sep 7, 2017, at 5:04 PM, Luo Weijun wrote: > > Just want to make sure that you see my email below. I still have the same > problem at this time. > Weijun