Version control ports

3 version control ports: what each one does, its protocol, and whether it is secure by default.

3
Ports in this category
TCP
Protocol
0
Encrypted by default
3
IANA registered

SubnetKit lists 3 version control ports, using TCP. 3 of 3 are formally registered with IANA rather than just a widely followed convention.

None of the version control ports here are encrypted by default. Treat traffic on any of them as plain text unless you add TLS, SSH, or a VPN tunnel yourself.

Click any port below for its full page: what it does, its protocol, and whether it is safe to expose.

PortServiceProtocolWhat it does
2401CVS pserverTCPCVS pserver
3690SubversionTCPSubversion (svn) protocol
9418GitTCPGit protocol

Frequently asked questions

Which ports are in the Version control category?

port 2401 (CVS pserver), port 3690 (Subversion) and port 9418 (Git).

How many version control ports does SubnetKit list?

3, covering TCP. 3 of them are formally registered with IANA.

Are version control ports secure by default?

No. None of the version control ports here are encrypted by default; wrap them in TLS, SSH, or a VPN if you need to protect the traffic.

Which version control port has the lowest number?

Port 2401 (CVS pserver). Port 2401 is CVS pserver, the password-authenticated server mode for the CVS version control system. CVS has largely been replaced by Subversion and Git, but the port is still occasionally seen on legacy infrastructure.