Revert "Ignore errors generated by sshd restarting"

This reverts commit 4fcd5ddffb7243297b97eafd596f37f27fc1e963.

Change-Id: I33449e4c2eb99ab9f0163865528ac9ceda06aae3
diff --git a/tools/test/bin/onos-check-logs b/tools/test/bin/onos-check-logs
index 7ae98ee..d668287 100755
--- a/tools/test/bin/onos-check-logs
+++ b/tools/test/bin/onos-check-logs
@@ -110,7 +110,7 @@
             # Sanctioned exclusions for exceptions in third-party code; one pattern per exclusion
             /at org\.apache\.felix\.scr\.impl\.ComponentRegistry\.getComponentHolders\(ComponentRegistry\.java:356\)/ { exclusion = 1; }
             /at org\.apache\.karaf\.service\.guard\.impl\.GuardProxyCatalog.1.run\(GuardProxyCatalog\.java:253\)/ { exclusion = 1; }
-
+            /at org\.apache\.sshd\.server\.SshServer\.start/ { exclusion = 1; }
 
         END { exit fail; }
         ' > $aux