Skip to content
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

Open
uykusuz opened this issue Oct 15, 2020 · 5 comments
Open

Using ssh-ident with git #62

uykusuz opened this issue Oct 15, 2020 · 5 comments

Comments

@uykusuz
Copy link

uykusuz commented Oct 15, 2020

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?

@maddes-b
Copy link

maddes-b commented Jan 10, 2021

First you need to set up ssh-ident via symbolic links within your path.
Example from the README:
ln -s /path/to/ssh-ident ~/bin/ssh

Second you have to use MATCH_ARGV to check the parameters given to ssh.
I recommend currently to use my fork (branch feature-more-flexible-matching; Pull request #63), which allows to check for combinations of values in different arguments. See the docstring inside the forked script (README will be updated in the branch when done with all wanted enhancements).

@maddes-b
Copy link

Additionally see my post at superuser.com: https://superuser.com/a/1616186/557798

@MaxPeal
Copy link

MaxPeal commented Oct 11, 2021

@maddes-b please enable issues at your fork:

1. On GitHub, navigate to the main page of the repository.
2. Under your repository name, click
3. Settings. Repository settings button
4. Under Features, select the Issues checkbox. check Issues checkbox

@maddes-b
Copy link

@maddes-b please enable issues at your fork:

Sorry, I forgot to enable those.
End of October my fork will be available under an organisational account, so that a team can maintain ssh-ident.

@maddes-b
Copy link

maddes-b commented Jan 9, 2022

Moved to https://github.com/ssh-ident/ssh-ident1
Please close the issue, if it is working for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants