This topic is about how to login to the CSC supercomputers.
All materials (c) 2020-2025 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/
ssh command
ssh cscusername@puhti.csc.fi orssh -i /path/to/ssh/keyfile cscusername@puhti.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@puhti.csc.fi:/scratch/project_xxxxrsync -r foldername cscusername@puhti.csc.fi:/scratch/project_xxxxrsync exists in MobaXterm but it removes write permissions of copied filesrsync or scp to move files directly between Puhti/Mahti-A to your SSH command
ssh -A cscusername@puhti.csc.fi