v2 Avoids ssh Runtime error
@ -237,6 +237,8 @@ class Connection(ConnectionBase):
if line is None or " " not in line:
continue
tokens = line.split()
if not tokens:
if tokens[0].find(self.HASHED_KEY_MAGIC) == 0:
# this is a hashed known host entry
try: