Skip to content

[Bioc-devel] git.bioconductor identifies me as a different person

5 messages · Hector Roux de Bezieux, Martin Morgan, Turaga, Nitesh

#
Hi,
My github usernameis HectorRDB but this is what happens if I try to connect
to git.bioconductor

ssh git at git.bioconductor.org
PTY allocation request failed on channel 0
hello koenvandenberge, this is ...

However, I am not koenvandenberge. I am working with him on the tradeSeq
package but the ssh keys on my computer are not shared with him. The
problem happened while  I was trying to push changes to the devel branch of
the newly admitted Dune package. That failed with a similar issue.

Pushing to git at git.bioconductor.org:packages/Dune.git
FATAL: W any packages/Dune koenvandenberge DENIED by fallthru

My github keys have been correctly transfered to my BiocCredential page (
https://git.bioconductor.org/BiocCredentials/profile/), with Dune listed
under  https://git.bioconductor.org/BiocCredentials/permissions_by_user/.
However, my permission at git.bioconductor are those of koenvandenberge.

ssh -T git at git.bioconductor.org | grep " R W"
 R W	packages/stageR
 R W	packages/tradeSeq


What should I do?

Thanks for your help.
#
Do you have koenvandenberge's public key in your github repository?

?On 4/7/20, 3:51 AM, "Bioc-devel on behalf of Hector Roux de Bezieux" <bioc-devel-bounces at r-project.org on behalf of hector.rouxdebezieux at berkeley.edu> wrote:

    Hi,
    My github usernameis HectorRDB but this is what happens if I try to connect
    to git.bioconductor
    
    ssh git at git.bioconductor.org
    PTY allocation request failed on channel 0
    hello koenvandenberge, this is ...
    
    However, I am not koenvandenberge. I am working with him on the tradeSeq
    package but the ssh keys on my computer are not shared with him. The
    problem happened while  I was trying to push changes to the devel branch of
    the newly admitted Dune package. That failed with a similar issue.
    
    Pushing to git at git.bioconductor.org:packages/Dune.git
    FATAL: W any packages/Dune koenvandenberge DENIED by fallthru
    
    My github keys have been correctly transfered to my BiocCredential page (
    https://git.bioconductor.org/BiocCredentials/profile/), with Dune listed
    under  https://git.bioconductor.org/BiocCredentials/permissions_by_user/.
    However, my permission at git.bioconductor are those of koenvandenberge.
    
    ssh -T git at git.bioconductor.org | grep " R W"
     R W	packages/stageR
     R W	packages/tradeSeq
    
    
    What should I do?
    
    Thanks for your help.
    
    
    _______________________________________________
    Bioc-devel at r-project.org mailing list
    https://stat.ethz.ch/mailman/listinfo/bioc-devel
#
Hi,
There is no overlap between https://github.com/HectorRDB.keys and
https://github.com/koenvandenberge.keys. However, the keys listed in
my BiocCredential
page (https://git.bioconductor.org/BiocCredentials/profile/) are a
concatenation of koen's public github keys and mine.
However, none of the public keys from koen are present on my computer.

Hector Roux de Bezieux
UC Berkeley - PhD Student in Biostatistics
http://hectorrdb.github.io


On Tue, Apr 7, 2020 at 9:55 AM Martin Morgan <mtmorgan.bioc at gmail.com>
wrote:

  
  
#
Hi, 

Please add another SSH key in BiocCredentials and it'll give you access. Feel free to remove any key in that list which you think is not needed. There cannot be keys which are concatenated, it will not work that way. 

Let me know if there is problem.

Best,

Nitesh
This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.
#
Sorry the term concatenate was poorly chosen. I meant to say that my
BiocCredential ssh key list consist of all the keys both from my public
github and from koen's.
Adding a new key did not fix the issue though and lead to the same error.
Hector Roux de Bezieux
UC Berkeley - PhD Student in Biostatistics
http://hectorrdb.github.io


On Tue, Apr 7, 2020 at 12:54 PM Turaga, Nitesh <
Nitesh.Turaga at roswellpark.org> wrote: