-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ssh-ident with git #62
Comments
First you need to set up ssh-ident via symbolic links within your path. Second you have to use MATCH_ARGV to check the parameters given to ssh. |
Additionally see my post at superuser.com: https://superuser.com/a/1616186/557798 |
@maddes-b please enable issues at your fork:
|
Sorry, I forgot to enable those. |
Moved to https://github.com/ssh-ident/ssh-ident1 |
Hi,
What would be required to use this tool with git? simply prepending the BINARY_SSH=git won't work. I guess because it expects an actual ssh-like executable.
Do you have any hints to accomplish that?
The text was updated successfully, but these errors were encountered: