Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Jgit - S3

On Sat, Aug 2, 2014 at 10:19 PM, Andrew Lim <km.lim@xxxxxxxxxxxxxxxxxx> wrote:

Hi,

 

I am currently locking down ports on my instances. Can you help tell me what ports do jgit use? So I do not accidentally close them down.


depends on which ports you are using it, jgit is a library and doesn't hard code any ports

default ports are
http: 80
https: 443
ssh: 22 or 29418 (if you are using Gerrit)
git: 9418

 --
Matthias

Back to the top