A missed line from the merge.
This commit is contained in:
parent
8d08cc926a
commit
77f3b07f12
|
@ -317,6 +317,7 @@ class HostKeyEntry:
|
|||
# Decide what kind of key we're looking at and create an object
|
||||
# to hold it accordingly.
|
||||
try:
|
||||
key = b(key)
|
||||
if keytype == 'ssh-rsa':
|
||||
key = RSAKey(data=decodebytes(key))
|
||||
elif keytype == 'ssh-dss':
|
||||
|
|
Loading…
Reference in New Issue