TritonDataCenter / minecrab

Minecraft on Joyent's Cloud & Manta on Demand
Other
27 stars 12 forks source link

Permission denied (publickey). #50

Closed ghost closed 10 years ago

ghost commented 10 years ago

This could well be a stupid question, or perhaps my fundamental misunderstanding - my apologies if I'm time wasting. Wouldn't using the git: scheme

git clone git@github.com:joyent/minecrab.git

mean SSH, and SSH to github means using a weird port and copying your public key to your github account ?

Would HTTPS - as in

git clone https://github.com/joyent/minecrab.git 

be better?

Again, sorry if I'm being thick here.

benzenwen commented 10 years ago

Hi Nick,

  1. Yes, https should work fine. There are three transports github.com supports. Look to the right columnar menu near the bottom under "sharing"
  2. Though you should import your public key to github.com for future use. Look under Account settings (the crossed screwdriver/wrench icon in the upper right)...SSH Keys.

Enjoy!

ghost commented 10 years ago

Hi Ben, nice to chat with you again. Thanks for the swift reply.

I was more thinking of the code embedded in the minecrab-launch script -

server_execute "cd /opt && git clone git@github.com:joyent/minecrab.git"
benzenwen commented 10 years ago

Ah.. yes well. that's a good idea.

nfitch commented 10 years ago

Nick,

Yes, of course! I believe this is a duplicate: joyent/minecrab#47. Would you confirm?

Nate

ghost commented 10 years ago

47 - Make downloading of repo not require GH credentials.

Yes, I reckon so.

Thanks guys.