We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1094046 commit c0d5d7aCopy full SHA for c0d5d7a
remoteShark.py
@@ -436,7 +436,7 @@ def testConnection(self):
436
printf('Successful connection to the remote host')
437
return
438
439
- if (re.search("The server's host key is not cached", err.decode())):
+ if (re.search("The server's host key is not cached", err.decode()) or re.search("The host key is not cached for this server", err.decode())):
440
printf("%s\n", err.decode())
441
printf("\n\nThis utility will automatically add the host key in 5 seconds.\n")
442
printf("Press Ctrl+C to abort... \n")
0 commit comments