The Registration Process
Document writer <olivier.nicolas@insa lyon.fr> 2022 11 07
Register to access the platform here.
Fiil in your public ssh key in the form’s appropriate section.
By default it will be the content of ~/.ssh/id_rsa.pub
We will let you know when we have updated the platform to include your ssh key.
Configuration
The ssh config file
-
Create/edit ~/.ssh/config
Host khamul Hostname khamul.citi.insa-lyon.fr User YOURUSERNAME ForwardAgent yes StrictHostKeyChecking no UserKnownHostsFile=/dev/null RequestTTY force ServerAliveInterval 30 ServerAliveCountMax 6 Host device110 Hostname 10.0.1.110 User YOURUSERNAME ProxyCommand ssh -W %h:%p khamul
Replace YOURUSERNAME by the actual username you entered in the signin form
and adapt the IP address.
-
Repeat and adapt the last 4 lines for each machine you want to connect to.