Port 60000 โ Mosh
UDP ยท Port 60000/UDP is used for the Mosh service, a secure remote access protocol that provides encrypted and authenticated terminal access. This port plays a crucial role in network security as it enables secure remote work and reduces the risk of unauthorized access to sensitive systems.
- Port Number
- 60000
- Service Name
- Mosh
- Protocol
- UDP
- Common Software
- mosh-server
Security Notes
Review IANA registry for port 60000 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 60000 is used for Mosh. Port 60000/UDP is used for the Mosh service, a secure remote access protocol that provides encrypted and authenticated terminal access. This port plays a crucial role in network security as it enables secure remote work and reduces the risk of unauthorized access to sensitive systems. Common software: mosh-server.
Review IANA registry for port 60000 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 60000 <target> or check locally: ss -tlnp | rg 60000