This topic is about how to login to the Roihu supercomputer.
All materials (c) 2020-2026 by CSC – IT Center for Science Ltd. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License, http://creativecommons.org/licenses/by-sa/4.0/
python3 csc_cert.py -u cscusername /path/to/local/public/keyssh-agent utility (Linux/macOS/PowerShell/MobaXterm terminal users) orssh command:
ssh cscusername@roihu-cpu.csc.fissh cscusername@roihu-gpu.csc.fiscp and rsync are powerful command-line tools to copy files
scp works even in Windows PowerShell (but rsync is missing)scp filename cscusername@roihu-cpu.csc.fi:/scratch/project_xxxxrsync -r foldername cscusername@roihu-cpu.csc.fi:/scratch/project_xxxxrsync or scp to move files directly from Puhti to Roihu-A to your SSH command:
ssh -A cscusername@puhti.csc.fi