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
|
# Decide what kind of key we're looking at and create an object
|
||||||
# to hold it accordingly.
|
# to hold it accordingly.
|
||||||
try:
|
try:
|
||||||
|
key = b(key)
|
||||||
if keytype == 'ssh-rsa':
|
if keytype == 'ssh-rsa':
|
||||||
key = RSAKey(data=decodebytes(key))
|
key = RSAKey(data=decodebytes(key))
|
||||||
elif keytype == 'ssh-dss':
|
elif keytype == 'ssh-dss':
|
||||||
|
|
Loading…
Reference in New Issue