-
-
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
ResolveCommand results in FATAL error #117
Comments
Hi @edi-design, thank you for reporting, Your configuration looks good, there is probably a bug when executing commands with double-quotes, I need to give a deeper look |
It looks like the issue come from the dollar character ResolveCommand: /bin/sh -c "echo $(echo %h | sed s/.fresh//).freshest.me"
# fatal error
ResolveCommand: /bin/sh -c "echo `echo %h | sed s/.fresh//`.freshest.me"
# resolving I suggest you to switch to this syntax while I find a better solution |
I just fixed the issue in #118, if you upgrade to the latest version ( |
do not hesitate to reopen the issue if the problem persists |
Thank you very much. Again, thank you for your very fast fix and help. |
👍 |
Hey,
I tried this now for almost two hours and I am sorry, but I can't find any solution for this.
I have a lot of hosts under one domain and i'd like to not type the full hostname everytime i would like to connect.
I tried to solve this by using the ResolveCommand.
My config:
The following error:
Hopefully someone could help me.
Thank you very much.
Best regards,
André
The text was updated successfully, but these errors were encountered: