A missed line from the merge.

This commit is contained in:
Jeff Forcier 2014-03-07 11:31:46 -08:00
parent 8d08cc926a
commit 77f3b07f12
1 changed files with 1 additions and 0 deletions

View File

@ -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':