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
0.4.0
Mole is failing with valid arguments given
Mole
$ mole -insecure -local :21112 -local :21113 -remote 192.168.33.11:80 -remote 192.168.33.11:8080 -server [email protected]:22122 -key test-env/ssh-server/keys/key ERRO[0000] error processing server options: error accessing 127.0.0.1: open /Users/mole/.ssh/config: no such file or directory
None of the arguments given depend on the ssh config file, so there is no need for the file to be required.
$ ls /Users/mole/.ssh/config ls: /Users/mole/.ssh/config: No such file or directory $ mole -version mole 0.4.0 $ mole -insecure -local :21112 -local :21113 -remote 192.168.33.11:80 -remote 192.168.33.11:8080 -server [email protected]:22122 -key test-env/ssh-server/keys/key ERRO[0000] error processing server options: error accessing 127.0.0.1: open /Users/mole/.ssh/config: no such file or directory
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Affected Version
0.4.0
Current Behavior
Mole
is failing with valid arguments givenNone of the arguments given depend on the ssh config file, so there is no need for the file to be required.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: