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