-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Use args[0] as ProxyCommand #134
Comments
sure, will do |
this is not working correctly for me - it is prepending the path from which I called assh, instead of the path of the assh binary so if i am in /some/dir, it makes the config /some/dir/assh instead of the same output as |
@jedahan, thank you, I just removed the absolute path resolving so it now works with
We just need to take care of never call something like |
Thank you for the quick fix, and awesome software! |
When writing the
~/.ssh/config
useargs[0]
(the actual name, the application was called with) for theProxyCommand
instead of the staticasshBinary
.The text was updated successfully, but these errors were encountered: