2018-05-06-working-on-jenny
Remotely accessing Jenny's computers
Using ssh for Jenny's PCs
In order to be able to compile the repositories in Jenny, you need to add the following to your /etc/hosts file:
To ssh to Jenny:
where username
should be replaced by the username of the workstation you are using and #
by the pc number in Jenny that you want to access. See also Aliases
Now you can follow the instructions in the README files mas_common_robotics
. For @home you should do the same with the README of mas_domestic_robotics
.
Setting up your ssh keys in Jenny
You will need at least four terminals open in your laptop.
Look at the [Aliases] (wiki/development/setup/aliases) section.
ssh in each of the PCs by using
cob1
,cob2
,cob3
.In each of the PCs, you need to generate shh keys following these instructions.
Add them to GitHub and Gitgate in the ssh keys section.
You may want to take a look at how to use your ssh key without entering a password.
See also
Last updated
Was this helpful?