An enhanced PolyRatings view, complete with Chrome Extension that plugs into PASS 54.153.82.85 or ec2-54-153-82-85.us-west-1.compute.amazonaws.com
- generate a public and private key in the ~/.ssh folder ssh-keygen -t rsa
- send me the public key, it ends in .pub
- create a file called "config" in your ~/.ssh folder and enter: Host hackathon HostName ec2-54-153-82-85.us-west-1.compute.amazonaws.com Port 22 User hackathon-user IdentityFile ~/.ssh/id_rsa
- use ssh! ssh hackathon