mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 12:46:00 +08:00
Fix typo (#48)
This commit is contained in:
committed by
Roman Zeyde
parent
e3286a4510
commit
3082d61deb
@@ -122,7 +122,7 @@ class Handler(object):
|
||||
SSH v2 public key authentication is performed.
|
||||
|
||||
If the required key is not supported, raise KeyError
|
||||
If the signature is invalid, rause ValueError
|
||||
If the signature is invalid, raise ValueError
|
||||
"""
|
||||
key = formats.parse_pubkey(util.read_frame(buf))
|
||||
log.debug('looking for %s', key['fingerprint'])
|
||||
|
||||
Reference in New Issue
Block a user