We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would suggest implementing a parameter that allows stopping bless from adding the Identity file to ssh-agent. Namely this lines: https://github.com/lyft/python-blessclient/blob/master/blessclient/client.py#L594-L597
ssh-agent
Given a config like:
Match exec "env | grep -q BLESS_COMPLETE || /Users/stype/blessclient/blessclient.run --gui --host '%h'" IdentityFile ~/.ssh/blessid
this is not required and could interfere with other credentials.
I think this is required when doing a wrapper around the ssh command but in that case its easy to toggle on in the script.
ssh
If this is accepted I can create a PR to cleanup/implement this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would suggest implementing a parameter that allows stopping bless from adding the Identity file to
ssh-agent
.Namely this lines: https://github.com/lyft/python-blessclient/blob/master/blessclient/client.py#L594-L597
Given a config like:
this is not required and could interfere with other credentials.
I think this is required when doing a wrapper around the
ssh
command but in that case its easy to toggle on in the script.If this is accepted I can create a PR to cleanup/implement this.
The text was updated successfully, but these errors were encountered: