Generate an SSH key
ssh-keygen -t ed25519 -C "<your name>@renuo.ch"
and then add the public key to this repo via PR.
You can find more information about configuring your SSH agent on Github.
Install a new key onto a server by copying some of the Renuo public keys
into ~/.ssh/authorized_keys
.
Enable login via SSH key on a remote machine (password login needed first)
ssh-copy-id <user>@<host>