<div dir="ltr"><div>Alex,</div><div><br></div><div>You can either put this into ~/.ssh/config:</div><div><br></div><div>Host <a href="http://git.example.org">git.example.org</a></div><div>    Port 5122</div><div><br></div><div>Or use a clone like this:</div><div><br></div><div>git clone ssh://<a href="http://user@git.example.org:5222/opt/git/myproject.git">user@git.example.org:5222/opt/git/myproject.git</a></div><div><br></div><div>The first one simply configures your ssh to know what port to default to when connecting to <a href="http://git.example.org">git.example.org</a>. The second one switches to the "URL" syntax of git, which has more options in its syntax.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 10, 2015 at 11:15 AM, Alex Kleider <span dir="ltr"><<a href="mailto:akleider@sonic.net" target="_blank">akleider@sonic.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I want to use the following git command:<br>
<br>
git clone user@git.example.org:/opt/git/myproject.git<br>
<br>
The problem is that <a href="http://git.example.org" target="_blank">git.example.org</a> has its ssh pinhole open on<br>
port 5122 rather than the standard ssh port of 22.<br>
<br>
<br>
Where do I indicate that?<br>
<br>
Thanks for any help.<br>
Alex<br>
<br>
ps Yes, I know that 'security by obscurity' often => derision:-)<br>
Speaking of security by obscurity, I've heard some pundits<br>
express the opinion that it's not a bad thing and in fact does<br>
add a level of security but that it's only bad if it's used<br>
instead of all the other standard mechanisms rather than in<br>
addition to.  In my case, the server is behind the router<br>
so the unconventional port is only for the benefit of the<br>
router which then 'NAT's the packet to the server on the local<br>
network and the server itself is using the conventional 22 ssh port.<br>
<br>
_______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@nblug.org" target="_blank">talk@nblug.org</a><br>
<a href="http://nblug.org/cgi-bin/mailman/listinfo/talk" target="_blank">http://nblug.org/cgi-bin/mailman/listinfo/talk</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Eric Eisenhart <*@<a href="http://eric.eisenhart.name" target="_blank">eric.eisenhart.name</a>><br><a href="http://eric.eisenhart.name/" target="_blank">http://eric.eisenhart.name/</a><br></div>
</div>