Getting Started with Seqera
Create an Engaging account
Create a Seqera account
Associate your Engaging and Seqera accounts
Last updated
Was this helpful?
Was this helpful?
ssh-keygen -t ed25519 -f ~/.ssh/id_seqera
# Generating public/private ed25519 key pair.
# Enter passphrase for "/home/<you>/.ssh/id_seqera" (empty for no passphrase): <hit enter>
# Enter same passphrase again: <hit enter>
# Your identification has been saved in /home/<you>/.ssh/id_seqera
# Your public key has been saved in /home/<you>/.ssh/id_seqera.pub
# The key fingerprint is:
# SHA256:<hash> <you>@<hostname>
# The key's randomart image is:
# <artwork>
cat ~/.ssh/id_seqera.pub >> ~/.ssh/authorized_keys