tbarbette / npf

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

Include support for SSH configuration files​ #61

Open Simcornelis opened 3 months ago

Simcornelis commented 3 months ago

Streamline the SSH connection using hosts defined in configuration files.​

tbarbette commented 2 weeks ago

This is an issue of paramiko, leading project like ansible to actually use SSH directly. The solution is to allow to use the enoslib engine instead of paramiko. Support is coming and will solve this.

tbarbette commented 1 week ago

The approach of #44 is therefore kinda doomed to be very limited.