Closed b10n1k closed 3 years ago
I merged it, but I do not like the string escaping either. It would be best to put those settings which require it in a temporary config file and pass it to SSH with -F
. Then we can remove the escaping @cfconrad @b10n1k
Unless of course there are some command line only settings.
Yes that's also an option. So you would go with a ssh-config-file:
parameter parsed by run-ltp-ng and adding the -F
directly?!
I suppose we could replace ssh_opts with ssh_config_file. Because it keeps runltp-ng simple and handles everything.
This is a small addition which is helpful to pass extra parameters to the ssh connection.
Authored-by: Clemens Famulla-Conrad cfamullaconrad@suse.de