mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +08:00
trezor: fix confirmation message
This commit is contained in:
@@ -68,7 +68,7 @@ class Client(object):
|
|||||||
label = _identity_to_string(identity)
|
label = _identity_to_string(identity)
|
||||||
msg = _parse_ssh_blob(blob)
|
msg = _parse_ssh_blob(blob)
|
||||||
|
|
||||||
log.info('confirm user %s connection to %r using Trezor...',
|
log.info('please confirm user %s connection to "%s" using Trezor...',
|
||||||
msg['user'], label)
|
msg['user'], label)
|
||||||
|
|
||||||
assert identity.proto == 'ssh'
|
assert identity.proto == 'ssh'
|
||||||
|
|||||||
Reference in New Issue
Block a user