|
Date: 6/27/2018 |
|
|
|
For the Systemd aware applications,
To disable a port in inetd, modify /etc/inetd.conf file, commenting out the services, for example:
telnet, rsh, rcp, rexec, ftp, portmap, nfs, mountd, ypbind, ypserv. Disable them if your computer is on the open Internet. But if you need them, install a firewall and implement the tcp_wrappers. Services protected with SSL libraries for encrypted connection such as SSH, LDAP, Apache; Kerberos.
|
|