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:
sudo su 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), which looks like this:
ssh-ed25519 <hex key> hydra@host
  1. Go to your GitHub account and add a new ssh key.
  2. Evaluate the jobset
Clone this wiki locally