- Get a browser open to http://23.23.246.103:8080 (you will need this later)
- Download the private key for swarming http://23.23.246.103:8080/keys/cincyfp
- http://agileconsultingllc.com/cincyfp (save as ~/.ssh/cincyfp on your machine)
- chmod go= cincyfp
- ssh -i cincyfp [email protected]
- The SSH password is:
cincyfp
Or, if you have this in your ~/.ssh/config
Host swarm
Hostname 23.23.246.103
User swarm
PasswordAuthentication no
IdentityFile ~/.ssh/cincyfp
you can just say: ssh swarm
Follow the instructions when you get in!
If you want to run on your local machine and you use Emacs, you can use the rab-koans.el file to provide the same next-koan function bound to C-c k as on the swarm coding config.