Passwordless SSH Setup for OpenWrt with Dropbear
OpenWrt runs Dropbear as its SSH server instead of OpenSSH. While Dropbear supports RSA and modern key types, the authorized_keys file lives in a different location, which causes ssh-copy-id to fail silently. Here’s how to set up key-based authentication properly. Why ssh-copy-id doesn’t work ssh-copy-id looks for ~/.ssh/authorized_keys on the remote system, which is OpenSSH’s…