-
Notifications
You must be signed in to change notification settings - Fork 38
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
SOCKS only SSH connections #76
base: master
Are you sure you want to change the base?
Conversation
* Allow SOCKS only connections (-D host:port, -D port) * Use dummy0 as interface * Fix bug in config validation, where only prefix of keys were compared
Still incomplete, need to add:
Currently one can modify the current configuration file and add:
Then run:
|
@ockham FYI. It is still incomplete, but the basic functionality is there. It uses |
if i did understand right does this mean that if the connection is lost network manager will not know about it ? |
In what sense? NM has got nothing to do with it anyway, as it doesn't set any new interfaces or new routes. Are you talking about different events? Well, there will be an event emitted that the connection is up. I'm afraid I didn't understand your question entirely. |
Sorry i was not enough clear in my question... let say in the case where the ssh tunnel connection is lost/disconnected in that case does NM change its displayed info ? |
Definitely. It'll show the connection/tunnel as down. |
Thanks for the feedback :) ... i will test that once i manage to replace my current version ;) |
compared
Fixes #41