I noticed that the login name for OpenWrt is "root," and I would like to customize it to a name of my choice. Does anyone know how to modify this?
3 Likes
luci-app-acl It worked! Thank you very much! Unfortunately, SSH still only allows login as root and doesn’t accept the modified username.
SSH on OpenWrt works the same way as other Linux distributions: the logins correspond to whatever is in /etc/passwd
. You can't change the name of the root
account, but you can create another user with the desired username and allow elevation with sudo
.
1 Like