mrgoodrich / DNDHackathon

54.153.82.85 or ec2-54-153-82-85.us-west-1.compute.amazonaws.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mustang Marks

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


How to connect to the server

  1. generate a public and private key in the ~/.ssh folder ssh-keygen -t rsa
  2. send me the public key, it ends in .pub
  3. 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
  4. use ssh!
    ssh hackathon

About

54.153.82.85 or ec2-54-153-82-85.us-west-1.compute.amazonaws.com


Languages

Language:JavaScript 81.3%Language:HTML 16.4%Language:CSS 2.2%Language:Makefile 0.1%