Comment 1 for bug 1165263

Revision history for this message
Tom Callahan (anomaly) wrote :

I was able to get this working by inserting the following between lines 158 and 159 of _ssh_paramiko.py

            if isinstance(self.config['identityfile'], list):
                self.config['identityfile'] = self.config['identityfile'][0]