SSH for HPC CECI - gher-uliege/Documentation GitHub Wiki
- Configuration folder is
/home/username/.ssh
on Linux orc:\Users\USERNAME\.ssh
on Windows - The folder should contain:
- the private SSH key (e.g.
id_rsa.ceci
) obtained via email after registration. - ssh
config
file (without file extension) as generated by https://www.ceci-hpc.be/sshconfig.html
- the private SSH key (e.g.
[!IMPORTANT] The private SSH key has to be only readable by the owner of the file. On Linux you run:
chmod 600 ~/.ssh/id_rsa.ceci
On Windows you follow the instructions here.
See also: https://support.ceci-hpc.be/doc/_contents/QuickStart/ConnectingToTheClusters/index.html