"Michael S. Tsirkin" <mst@xxxxxxxxxxxxxx> 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 ... -- Matthieu - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html