We do not have a web interface to the version control system.
To have access to the SRL git repositories (later repo) or have your own repo at UTU, you need to create a ssh key pair and use git command line application at the remote client.
Simple guidelines how to prepare access from your remote client to the SRL repo by creating a config file for ssh and to create ssh key pair.
Set your working directory to ~/.ssh
cd ~/.ssh
Run command:
ssh-keygen -t rsa -b 4096 -f id_rsa_git_srl
Enter empty line when the programs asks for a passphrase (two times).
Send the file id_rsa_git_srl.pub (the public part of your keypair) or its contents by email to srl-admins@lists.utu.fi and request a git repo for your project.
NOTE: Tell them your project's name too!
NOTE: Your request mail for access MUST come from UTU mail address. gmail etc. posts will be ignored.
Set your working directory to ~/.ssh if not done already:
cd ~/.ssh
Create file named config and put the following four lines in it (Starting with 'Host git_srl') (or add the four lines to the end of the file if the file exists already)
Host git_srl
User gitana
HostName git.srl.utu.fi
IdentityFile ~/.ssh/id_rsa_git_srl
Once your public part of your keypair has been processed by a sysadmin you can verify your access from your remote client to the git server by trying to login:
ssh git_srl
Your login attempt should succeed but you'll get an info message that there is no interactive shell access available at the server and the session should terminate.
This is OK, and you are all setup now. You can start to use SRL repos.
If you are not redirected within 5 minutes, click https://srl.utu.fi to go to the Space Research Laboratory homepage.
Space Research Laboratory, University of Turku, Finland. https://srl.utu.fi