tbarbette / npf

Network Performance Framework: easy-to-use experiment manager with automated testing, result collection, and graphing
GNU General Public License v3.0
40 stars 15 forks source link

Add option --use-openssh-config to use connection parameters from the… #44

Open supercoolin opened 1 year ago

supercoolin commented 1 year ago

This pull request adds an option to use ssh jumps specified within a openssh config file located at $HOME/.ssh/config. To use this option you must also use the --no-conntest option for now.

tbarbette commented 1 year ago

Could you make it so it works with no-conntest? Also is there a reason to not make this the default? And invert the option like --no-ssh-config Finaly it would be great if you made it an optional argument where a specific path can be given, and if it's not given just use $USER/.ssh/config ?

tbarbette commented 1 year ago

Sorry I had left this PR in my pile

tbarbette commented 11 months ago

Where are we on this?

supercoolin commented 11 months ago

Basically I need to rethink about the moment during which I do the parsing in the npf-lifecycle. I need to know the host addresses before the connection test.