SSH into Firmware PC
Setup your GitHub SSH key.
Run
ssh-keygen -t ed25519 -C "your_email@example.com"
. Press Enter for all prompts until it completes.Copy the public key:
Windows:
clip < ~/.ssh/id_ed25519.pub
MacOS:
pbcopy < ~/.ssh/id_ed25519.pub
Add your key to your account by clicking “New SSH Key”
Go back to your terminal. 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!
SSH into the PC with VS Code
Install the remote extensions in VS Code
Click on the remote explorer icon on the left bar of VS Code
Under “REMOTES (TUNNELS/SSH)” click on the plus button next to “SSH”. It will be hidden until you hover over it.
When prompted, paste this into the box in the top center of your screen
ssh -A firmware@23.163.56.180
When prompted, select the first ssh config file in the list.
Please message a lead to get the password to the computer
Create a new directory using your github username under
~/dev/<your-username>
Clone the repo using
git@github.com:uw-midsun/fwxv.git
cd in and build the repo