501
504
except paramiko.SSHException, e:
502
505
# Don't know what happened, but just ignore it
505
517
raise errors.ConnectionError('Unable to authenticate to SSH host as'
506
518
'\n %s@%s\nsupported auth types: %s'
507
519
% (username, host, supported_auth_types))