SSH cheat sheet

Log into UC Davis CSIF computers:

ssh jimarina@pc05.cs.ucdavis.edu

Referencing files on the host:

host:[/path]
Transferring files from local to CSIF:
scp ~/<path> jimarina@pc05.cs.udavis.edu:~/<path>

Transfer files from CSIF to local:

scp jimarina@pc05.cs.ucdavis.edu:~/<path> ~/<path>