Hi,
is it possible to log in to the home folder of a cloud-project via ssh? I found this in the FAQ of cloud.sagemath but it didn't help me very much :(
What I really would like to do is to sync a folder with some sage scripts on my PC with the cloud so I'm looking for something like:
rsync --delete -avze ssh ~/Sync/ user@cloud.sagemath.com:~/Sync/
So if ssh login is not possible also other possibilities to sync folders are welcome.