ssh: fix identity stringification

nistp521
Roman Zeyde 7 years ago
parent 2af1086ed8
commit b88dff8430
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -42,7 +42,7 @@ class Client(object):
log.debug('hidden challenge size: %d bytes', len(blob))
log.info('please confirm user "%s" login to "%s" using %s...',
msg['user'].decode('ascii'), identity,
msg['user'].decode('ascii'), identity.to_string(),
self.device)
with self.device:

Loading…
Cancel
Save