If you don’t already have an SSH key pair, you can use the following command to generate keys id_northflank and id_northflank.pub in ~/.ssh:
ssh-keygen -t ed25519 -f ~/.ssh/id_northflank -N ""
<aside> 💡
Load your key into your SSH agent (recommended)
.pub).macOS / Linux
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_northflank
ssh-add -l
</aside>
Navigate to Team → Integrations → SSH Identities → Create SSH Identity

Create SSH identity:
Create SSH identity.
Prerequisite: node version 20.19.6 or higher