Port 873 โ rsync
TCP ยท Port 873/TCP is used for the rsync service, a popular utility for synchronizing files between systems. This port is critical in network security as it allows administrators to securely transfer and manage data across networks.
- Port Number
- 873
- Service Name
- rsync
- Protocol
- TCP
- Common Software
- rsync
Security Notes
Review IANA registry for port 873 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 873 is used for rsync. Port 873/TCP is used for the rsync service, a popular utility for synchronizing files between systems. This port is critical in network security as it allows administrators to securely transfer and manage data across networks. Common software: rsync.
Review IANA registry for port 873 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 873 <target> or check locally: ss -tlnp | rg 873