For example, 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.
Verify that the service has SSH enabled by going to the Resources tab on your service. If the box is not already checked, check the box and click Update and restart.