mirror of
https://github.com/romanz/amodem.git
synced 2026-04-01 08:46:49 +08:00
ssh: pretty-print user name
This commit is contained in:
@@ -67,7 +67,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'], label, self.device_name)
|
||||
msg['user'].decode('ascii'), label, self.device_name)
|
||||
|
||||
try:
|
||||
result = self.client.sign_identity(identity=identity,
|
||||
|
||||
Reference in New Issue
Block a user