Port 9418: Git
Port 9418 is the Git protocol, a fast, unauthenticated way to clone and fetch a repository that predates doing everything over SSH or HTTPS. Most hosting services today disable it in favor of SSH on port 22 or HTTPS on port 443.
| Port number | 9418 |
|---|---|
| Service | Git protocol |
| Protocol | TCP |
| Category | Version control |
| Default encryption | No |
Frequently asked questions
What is port 9418 used for?
Port 9418 is the Git protocol, a fast, unauthenticated way to clone and fetch a repository that predates doing everything over SSH or HTTPS. Most hosting services today disable it in favor of SSH on port 22 or HTTPS on port 443.
Is port 9418 TCP or UDP?
Port 9418 (Git) uses TCP.
Is port 9418 secure?
Port 9418 is not encrypted by default. Where possible, use an encrypted alternative or tunnel it over TLS or a VPN.
Should I open port 9418 on my firewall?
Only if you specifically need Git. Expose it to the smallest set of trusted sources, and never open database or Windows-service ports to the whole internet.