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
Latest
Usage should be easily explained in writing instead of diagrams. Usage of words source. destination, and local are ambiguous an confusing.
source. destination, and local
For isntance, I would like to access a database on a remote host through SSH.
start --host [email protected]:22 --remote-port 3306 --local-port 3307
Then I can access MYSQL on localhost:3307
Which commands do I use with mole?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Version
Latest
Expected Behavior
Usage should be easily explained in writing instead of diagrams. Usage of words
source. destination, and local
are ambiguous an confusing.For isntance, I would like to access a database on a remote host through SSH.
start --host [email protected]:22 --remote-port 3306 --local-port 3307
Then I can access MYSQL on localhost:3307
Which commands do I use with mole?
Current Behavior
Steps to Reproduce
The text was updated successfully, but these errors were encountered: