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