* can't push to ransom ssh port ?
@ 2008-07-04 13:28 Neshama Parhoti
2008-07-04 13:32 ` Johannes Schindelin
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Neshama Parhoti @ 2008-07-04 13:28 UTC (permalink / raw)
To: git
Hi all,
Doing the following:
git push myuser@myip:~/gitrepo
Connects to ssh port 22 on myip.
Is there a way to tell git to connect to a random port X ?
(something like ssh's -p parameter)
I can't find how and I really need that..
Thank you!
pnesh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: can't push to ransom ssh port ?
2008-07-04 13:28 can't push to ransom ssh port ? Neshama Parhoti
@ 2008-07-04 13:32 ` Johannes Schindelin
2008-07-04 13:33 ` Denis Bueno
2008-07-04 13:35 ` Vaclav Hanzl
2 siblings, 0 replies; 6+ messages in thread
From: Johannes Schindelin @ 2008-07-04 13:32 UTC (permalink / raw)
To: Neshama Parhoti; +Cc: git
Hi,
On Fri, 4 Jul 2008, Neshama Parhoti wrote:
> Doing the following:
>
> git push myuser@myip:~/gitrepo
>
> Connects to ssh port 22 on myip.
>
> Is there a way to tell git to connect to a random port X ?
You could use a URL like "ssh://myuser@myip:X/home/myuser/gitrepo".
Hth,
Dscho
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: can't push to ransom ssh port ?
2008-07-04 13:28 can't push to ransom ssh port ? Neshama Parhoti
2008-07-04 13:32 ` Johannes Schindelin
@ 2008-07-04 13:33 ` Denis Bueno
2008-07-04 13:39 ` Neshama Parhoti
2008-07-04 13:35 ` Vaclav Hanzl
2 siblings, 1 reply; 6+ messages in thread
From: Denis Bueno @ 2008-07-04 13:33 UTC (permalink / raw)
To: Neshama Parhoti; +Cc: git
On Fri, Jul 4, 2008 at 09:28, Neshama Parhoti <pneshama@gmail.com> wrote:
> Is there a way to tell git to connect to a random port X ?
>From the man page for git-push (git push --help):
One of the following notations can be used to name the remote repository:
....
o ssh://[user@]host.xz[:port]/path/to/repo.git/
--
Denis
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: can't push to ransom ssh port ?
2008-07-04 13:28 can't push to ransom ssh port ? Neshama Parhoti
2008-07-04 13:32 ` Johannes Schindelin
2008-07-04 13:33 ` Denis Bueno
@ 2008-07-04 13:35 ` Vaclav Hanzl
2008-07-04 13:55 ` Neshama Parhoti
2 siblings, 1 reply; 6+ messages in thread
From: Vaclav Hanzl @ 2008-07-04 13:35 UTC (permalink / raw)
To: pneshama; +Cc: git
> Is there a way to tell git to connect to a random port X ?
>
> (something like ssh's -p parameter)
It can also be done using ~/.ssh/config with this:
Host a.b.c.d
Port 12345
(see man ssh_config), this way you just need to do it at one place for
ssh, scp and all git repositories.
Regards
Vaclav
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-07-04 13:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 13:28 can't push to ransom ssh port ? Neshama Parhoti
2008-07-04 13:32 ` Johannes Schindelin
2008-07-04 13:33 ` Denis Bueno
2008-07-04 13:39 ` Neshama Parhoti
2008-07-04 13:35 ` Vaclav Hanzl
2008-07-04 13:55 ` Neshama Parhoti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).