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 follow the guide, but I failed to open https://google.com in the final step. My client is Mac, and my server is Ubuntu.
Maybe the ssh config is error. Could you figure out the error.
root@vmi1298825:~# open https://www.google.com/ nc: unix connect failed: No such file or directory nc: /root/.opener.sock: No such file or directory
And my ssh config is
Host Web HostName **.**.**.** User root RemoteForward /root/.opener.sock /Users/XXX/.opener.sock(my mac client)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I follow the guide, but I failed to open https://google.com in the final step.
My client is Mac, and my server is Ubuntu.
Maybe the ssh config is error. Could you figure out the error.
And my ssh config is
The text was updated successfully, but these errors were encountered: