Paramiko #93, coming out in Paramiko 1.10 today, overhauls SSH config handling to be more correct/in line with man ssh_config.
Some of our own tests are incorrect re: man ssh_config and need updating to account for the new changes.
More importantly, IdentityFile is (finally!) a list value, so we need to account for this when loading keys.
Paramiko #93, coming out in Paramiko 1.10 today, overhauls SSH config handling to be more correct/in line with
man ssh_config.Some of our own tests are incorrect re:
man ssh_configand need updating to account for the new changes.More importantly,
IdentityFileis (finally!) a list value, so we need to account for this when loading keys.