Reikoku GitLab instance

Admin contact

To speed up account activation or in case of questions, visit our Discord and contact #admin.

Tips for registering and setting up your account


Strengthen Account Security

We strongly recommend using the longest possible passwords (128 characters in Extended ASCII).

We also strongly recommend that you set up multi-factor authentication using Passkey and TOTP or Yubikey immediately after completing registration. You can use iCloud Keychain, KeepassXC or similar software to conveniently organise the process of storing your credentials.

Strengthen the security of SSH data transfer

The server accepts connections only for ed25519 and RSA keys with a key length at least of 4096 bits.

To generate such keys, use the following commands of your choice:

ssh-keygen -t ed25519 -f ~/.ssh/reikoku_ssh_key -N ""

or

ssh-keygen -b 8192 -t RSA -f ~/.ssh/reikoku_ssh_key -N ""

Quality of Life Improvement


Add an SSH key to the SSH agent

To eliminate the need to explicitly specify the key used to connect to the GitLab server, run the following command:

ssh-add ~/.ssh/reikoku_ssh_key
Reikoku GitLab instance
Don't have an account yet? Register now