Skip to content
Marijan edited this page Jan 28, 2020 · 2 revisions

Hydra

Hydra jobset for private repository

  1. Generate a new private/ pulic key-pair in the hydra users home directory /var/lib/hydra:
cd /var/lib/hydra
ssh-keygen -t ed25519 -a 100

You eventually have to change the ownership to the hydra user:

chown hydra /var/lib/hydra/*
  1. Copy the content of the public key (here ed25519.pub) ssh-ed25519 <hex key> root@split
  2. Go to your private GitHub Repository: Settings > Deploy keys > Add deploy key
  3. Evaluate the jobset
Clone this wiki locally