Comment 2 for bug 1944980

Revision history for this message
Arturo Borrero Gonzalez (arturoborrero) wrote :

I'm sorry I don't have time at the moment to work on a patch. However, depending on how long it takes for someone to create one, I could contribute by testing the patch on my deployment.

Idea: it seems paramiko supports parsing and loading configuration from a file. Perhaps the easiest way to address this is to simply allow users to specify a paramiko configuration file.
So, instead of adding a bunch of config options to manila.conf, simply add something like tihs:

# load paramiko SSH configuration file
# see http://docs.paramiko.org/en/stable/api/config.html for format & available options
ssh_paramiko_config_file = /path/to/a/file.conf