git-deliver icon indicating copy to clipboard operation
git-deliver copied to clipboard

How to change default ssh port ?

Open hlassiege opened this issue 11 years ago • 1 comments

Hi,

Is there an option in git-deliver to change the default ssh port ?

Thanks

hlassiege avatar Jun 03 '14 21:06 hlassiege

I suppose you could set the port in your ~/.ssh/config file :

Host example.com Port 1234

I'll still mark this as a bug since git-deliver currently ignores port numbers in Git remote URLs.

arnoo avatar Jun 04 '14 07:06 arnoo