If you have the "
sshd" process running, under normal circumstances that would be the
OpenSSH server daemon (i.e.
/opt/sbin/sshd) which can be installed via Entware (it's *
not* built-in as part of the F/W).
View attachment 61858
View attachment 61859
However, if you have *not* explicitly installed the Entware package yourself, then someone or something else may have installed it, likely for nefarious purposes. I'd suggest you remove the OpenSSH package immediately. It may even be a "compromised" version of the OpenSSH server that has been installed by some malware.
Try the following commands to remove the package (if it exists):
Bash:
{
opkg list-installed | grep openssh ; echo
opkg remove --force-removal-of-dependent-packages openssh-server
opkg list-installed | grep openssh ; echo
}
My 2 cents.