Help with ssh keys

@regchan To create an ssh-key, you can use “ssh-keygen” from any Mac or Linux system. This will create an “id_rsa” and “id_rsa.pub” file in your home directory’s “.ssh” directory. All you need to do is copy and paste the contents of the “id_rsa.pub” file into our web UI, and then you should be able to ssh into the APs as the “root” user:

$ ssh root@192.168.1.50

BusyBox v1.33.1 (2021-10-24 09:01:35 UTC) built-in shell (ash)

4 Likes