Good day,
Thanks for your help. In the end, export GIT_SSH_COMMAND='ssh -i
~/SSHkeys/digiOcean' did the trick. The write access is showing.
R Wpackages/ClassifyR
--
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia
On 10/11/2017 08:30 PM, Dario Strbenac wrote:
Good day,
Yes, that's the end of the key digiOcean.pub. I also copied the private key to
/tmp and re-generated the public key. The newly made public key is exactly the
same as the one in ~/SSHkeys/ so the key pair matches.
if you say
ssh -v g.
Good day,
Yes, that's the end of the key digiOcean.pub. I also copied the private key to
/tmp and re-generated the public key. The newly made public key is exactly the
same as the one in ~/SSHkeys/ so the key pair matches.
--
Dario Strbenac
University of Sydn
On 10/11/2017 08:00 PM, Dario Strbenac wrote:
Good day,
I have submitted my public key a couple of months ago and am now trying to do
some maintenance.
The code I used is:
git clone https://github.com/DarioS/ClassifyR.git
cd ClassifyR
git remote add upstream g...@git.bioconductor.org:packages