Accessing BalenaOS Raspberry pi wifi-repeater from local via ssh

Hi guys,

I deployed wifi-repeater project to my Raspberry pi.
I want to access to it via ssh but it gives the following error:

C:\Windows\system32>ssh -p 22222 root@192.168.1.189
root@192.168.1.189: Permission denied (publickey).

How can I solve this?

Hi,
You need to add the ssh key to your fleet – either via the dashboard at balena dashboard or via config.json (SSH access - Balena Documentation)