Merge pull request #10315 from alobbs/branch-10225
v2 Avoids ssh Runtime error
This commit is contained in:
commit
db91ab35e7
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ class Connection(ConnectionBase):
|
|||
if line is None or " " not in line:
|
||||
continue
|
||||
tokens = line.split()
|
||||
if not tokens:
|
||||
continue
|
||||
if tokens[0].find(self.HASHED_KEY_MAGIC) == 0:
|
||||
# this is a hashed known host entry
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue