» ASP Competition

Login

After registering, you will have received a login name for a user account and a server code (list of the account names and servers codes).

Your team will have sent us a public ssh-key (see Registration), which has been stored initially in .ssh/authorized-keys of your user account. Your team may have added new public keys to this file. To login, you need a private key that goes with one of the public keys in this file.

You can login on the ASP-competition computers using the following command:

ssh -i 'your-private-ssh-key-file' -l 'login-name' -p 'server-code' asp.cs.kuleuven.be

Once you have logged in, you can install your system and solutions. To copy your solutions to your home directory of your aspXX account, we recommend that you scp from your machine into our server, instead of from our server into your machine:

scp -i 'your-private-ssh-key-file' -P 20001 'your-local-file' aspXX@asp.cs.kuleuven.be:~

For instructions, see the submissions page.