Skip to main content

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

Hi Matthias,

 

Thank you.

 

Yes I am going to use s3 as my repository

 

jgit version 3.2.0.201312181205-r

 

jgit from a linux server to an s3 repository. Commands I normally use is jgit clone and jgit fetch and jgit add.

They will use only port 80 and 443 for incoming and outgoing?

 

Thank you again for helping.

 

 

Regards,

 

Andrew Lim

System Administrator

Trinity Wizards Sdn Bhd

C705 Level 7 Center Wing, Metropolitan Square,

Jalan PJU 8/1, Bandar Damansara Perdana

47820 Petaling Jaya

Selangor, Malaysia

 

Tel: +603 7722 1311

Fax: +603 7722 2312

Mob: +6012 207 3210

Web: www.trinitywizards.com

 

From: Matthias Sohn [mailto:matthias.sohn@xxxxxxxxx]
Sent: Sunday, August 03, 2014 5:27 AM
To: Andrew Lim
Cc: JGit Developers list; support@xxxxxxxxxxxxxxxxxx; Mervyn Hii
Subject: 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