Hi,
I am having an issue, was trying to add standalone SSH access capabilities to my device. Provisioned the ssh keys on the config,json file and can confirm that my ssh key is available on the host OS on the .ssh/authorised_keys
and the .ssh/authorised_keys_local
files.
Has you can confirm by the image below.
Nonetheless my SSH standalone access is not working, both:.
ssh -p 22222 root@3.xxx.xxx.60
and
balena device ssh 3.xxx.xxx.60
The keys i have on the device are the same I have on the platform so I am able to use the usual:
balena device SSH <device_UUID>
I have rebooted and done other troubleshooting, but not sure what’s wrong.
Can you give me a hand, I can open the machine for support access.
Best