Subject: | Case Insensitive Config Keywords? |
Net::SSH::Perl::Config demands caseisensitive keywords. From what I've
seen, keywords are considered case-insensitive (but arguments aren't)
by most ssh utilities. For these, the keywords "IdentityFile",
"Identityfile", "identityfile" and even "IdEnTiTyFiLe" should all be
valid and refer to the same setting. It would be nice if
Net::SSH::Perl::Config was as permissive -- if not by default, then by
a configuration setting.