I'm trying to setup a development environment for BigBlueButton: https://code.google.com/p/bigbluebutton/wiki/Developing#Setup_a_Development_Environment
One of the steps is:
Next, using your GitHub account, do the following
- Setup your ssh keys on your BigBlueButton server
- Fork the BigBlueButton repository into your GitHub account
- Clone your repository into your
~/dev
folder"
I'm having trouble with - "1. Setup your ssh keys on your BigBlueButton server"
I've created an ssh key on my GitHub account but I don't understand how to setup it with my server.
What do I need to do?