They are two different names for two different things. sshd is the name of the program which acts as the ssh server. This follows the early BSD tradition by using a “d” suffix for server program, for example telnetd or ftpd.
The ssh term used by firewalld refers to the port number as defined by the file /etc/services.
The ssh term used by firewalld refers to the port number as defined by the file /etc/services
Thanks for that point: but because the sudo firewall-cmd --list-all command shows the services property with the ssh term. It was confuse for me. To be honest I expected the sshd term too.
About
OpenSSH - preinstalled in Fedora, includes the sshd service.
Dropbear - lightweight SSH server and client.
Very interesting about the latter … because according with my understanding OpenSSH works with the openssh-server and openssh-client terms. So it is the first time I read about the Dropbear term.
I believe Dropbear is an alternative to OpenSSH. The former is not installed by default on fedora though it seems to be in the repo. Switching between openssh and dropbear would be a manual process for configuring it.
# dnf info dropbear
Last metadata expiration check: 0:01:34 ago on Fri 19 Jul 2024 09:35:48 AM CDT.
Available Packages
Name : dropbear
Version : 2022.83
Release : 3.fc40
Architecture : x86_64
Size : 181 k
Source : dropbear-2022.83-3.fc40.src.rpm
Repository : fedora
Summary : Lightweight SSH server and client
URL : https://matt.ucc.asn.au/dropbear/dropbear.html
License : MIT
Description : Dropbear is a relatively small SSH server and client. It's particularly useful
: for "embedded"-type Linux (or other Unix) systems, such as wireless routers.
Eh, there isn’t a standard. Every distribution may have its own nomeclature and history.
I.e. on Fedora Linux the Apache Web Server service is called httpd, while on Debian (and thus on Ubuntu too) it is called apache2.
On firewalld the service is “http” to allow the port 80 and “https” for the port 443, while on UFW (if I remember correctly) they are “Apache” and “Apache Secure”.