From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: "Michael S. Tsirkin" <mst@mellanox.co.il>
Cc: git@vger.kernel.org
Subject: Re: how to pass ssh options to git?
Date: Thu, 02 Nov 2006 10:20:23 +0100 [thread overview]
Message-ID: <vpqejsm433c.fsf@ecrins.imag.fr> (raw)
In-Reply-To: <20061102090717.GE7468@mellanox.co.il> (Michael S. Tsirkin's message of "Thu\, 2 Nov 2006 11\:07\:17 +0200")
"Michael S. Tsirkin" <mst@mellanox.co.il> writes:
> 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>
Not answering the question, but this can go to ~/.ssh/config :
Host *.domain.net
User some_user
IdentityFile ~/.ssh/foobar
Host another.host
...
--
next prev parent reply other threads:[~2006-11-02 9:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-02 9:07 how to pass ssh options to git? Michael S. Tsirkin
2006-11-02 9:20 ` Matthieu Moy [this message]
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'
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=vpqejsm433c.fsf@ecrins.imag.fr \
--to=matthieu.moy@imag.fr \
--cc=git@vger.kernel.org \
--cc=mst@mellanox.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox