full-cli.mp4

1. Generate the SSH key pair

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)

macOS / Linux

eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_northflank
ssh-add -l

</aside>

2. In your Northflank team, create a new SSH identity

Navigate to Team β†’ Integrations β†’ SSH Identities β†’ Create SSH Identity

create-identity-1.jpg

Create SSH identity:

create-identity-2.jpg

3. Install Northflank CLI and login

Prerequisite: node version 20.19.6 or higher