0

I'm looking to work with the Mobile Roadie API (I have thoughts on the platform but its not for here). http://mobileroadie.com/dev/speakers/create You'll notice it requires SSH and that the key has to be in the url. The example key is 4d4ba30d73b77f7 How is that key created using PHP? Would they (Mobile Roadie) have to receive that specific key I presume? But how could one send the private key to them?

I'm also presuming that an adaption of this SO question will do: Generate SSH keypair form PHP

I'm new to cURL and I'm intrigued.

Community
  • 1
  • 1
Niall Paterson
  • 3,580
  • 3
  • 29
  • 37

1 Answers1

1

When you create an account you will be provided with the keys required. You do not create it yourself.

SirOsis
  • 64
  • 3