Hi Shuyu, The first SSH key you added in your BiocCredentials account is not a valid SSH key. The rest of your 3 keys seem to be valid, please try to use one of those.
1. Based on your logs, from `ssh -Tv [email protected]` you are not using the keys which you have submitted. 2. I would suggest creating a new key, and then "forcing" the authentication process by using the `-I` flag, ssh -i </path/new_key> -Tv [email protected] Or you can use the "config" file in git, http://bioconductor.org/developers/how-to/git/faq/ #15. Please follow the instructions in point number 15. 3. To generate a new key, (https://help.github.com/en/enterprise/2.15/user/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) ssh-keygen -t rsa -b 4096 -C "[email protected]" Follow this page, if needed and add your public key to the BiocCredentials app. 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. _______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
