Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. Setup your GitHub SSH key. The link provided is the most straightforward way to do this.

    1. Make sure you can run ssh -T git@github.com. If it does not say you’re authenticated, please troubleshoot or reach out if you need help!

  2. Setup SSH key forwarding

    1. Create `~/.ssh/config`

    2. Add SSH keys

      Host 23.163.56.180
              ForwardAgent yes
    3. Run eval "$(ssh-agent)"

    4. Run ssh-add

    5. Run ssh -A firmware@23.163.56.180

  3. Create a new directory using your github username under ~/dev/<your-username>

  4. Clone the repo using git@github.com:uw-midsun/fwxv.git

  5. cd in and build the repo

  • No labels