-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
ssh bar/foo works fine -- ssh bar with default gateway foo fails #115
Labels
Comments
I think you have the same problem than here: #102 Can you try to update your config file to this and try again: foo:
Hostname: hosta
bar:
# Hostname: hostb # comment this line
ResolveCommand: echo hostb # add this line
Gateways:
- foo |
thank you for the quick response
also it seems that
does not override
i might have the time to look into the sourcecode tonight |
It should be fixed with #116, can you get the latest version and give a new try ? |
looks good. yay 👍 |
ok cool ! |
closing this issue, do not hesitate to open it again if needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
consider the following config
according to the readme
ssh bar
should work. However the connection times out then,The confusing thing is that
ssh bar/foo
is working fine. Where is my mistake?The text was updated successfully, but these errors were encountered: