Git development
 help / color / mirror / Atom feed
* how to pass ssh options to git?
@ 2006-11-02  9:07 Michael S. Tsirkin
  2006-11-02  9:20 ` Matthieu Moy
  0 siblings, 1 reply; 8+ messages in thread
From: Michael S. Tsirkin @ 2006-11-02  9:07 UTC (permalink / raw)
  Cc: git

How is it possible to pass ssh options to git?
for example, I use these options to log into some machine:
ssh -i <private> -o HostKeyAlias=<alias> -p <port> -l <user> <address>

However, git will only let me specify the user name on command line as part of
the URL.  I am guessing something can be done using core.gitProxy?



-- 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-11-02 20:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02  9:07 how to pass ssh options to git? Michael S. Tsirkin
2006-11-02  9:20 ` Matthieu Moy
2006-11-02  9:31   ` Michael S. Tsirkin
2006-11-02 11:06     ` Dennis Stosberg
2006-11-02 11:27       ` Michael S. Tsirkin
2006-11-02 16:10         ` Linus Torvalds
2006-11-02 20:22           ` Shawn Pearce
2006-11-02 11:18     ` Nicolas Vilz 'niv'

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox