(TA) Adding Access from Pi to Training Node
Since we cannot train the model on the pi, we have to send all of the data we collect to the instance we are using for training.
ssh-keygen -t ed25519chmod 600 ~/.ssh/id_ed25519cat ~/.ssh/id_ed25519.pubnano ~/.ssh/authorized_keysssh cc@<ip address of training node>Last updated