/etc/octopussy/conf/services/Sshd.xml is in octopussy 1.0.6-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 | <?xml version='1.0' encoding='UTF-8'?>
<octopussy_service description="SSH Daemon Service"
name="Sshd"
nb_messages="087"
version="201109150001">
<message loglevel="Information"
msg_id="Sshd:session_for_user"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP(".*session .+ for user .+"):msg@>"
rank="001"
table="Message"
taxonomy="Auth" />
<message loglevel="Notice"
msg_id="Sshd:check_pass_user_unknown"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP(".*check pass; user unknown"):msg@>"
rank="046"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Notice"
msg_id="Sshd:authentication_failure"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP(".*authentication failure;.+"):msg@>"
rank="003"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Notice"
msg_id="Sshd:accepted_password"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP("Accepted password for .+"):msg@>"
rank="004"
table="Message"
taxonomy="Auth.Success" />
<message loglevel="Notice"
msg_id="Sshd:accepted_publickey"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP("Accepted publickey for .+"):msg@>"
rank="002"
table="Message"
taxonomy="Auth.Success" />
<message loglevel="Notice"
msg_id="Sshd:nss_ldap_msg"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP("nss_ldap: .+"):msg@>"
rank="005"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:more_authentication_failure"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP(".+ more authentication failure.+"):msg@>"
rank="006"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Notice"
msg_id="Sshd:accepted_keyboard_interactive"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP("Accepted keyboard-interactive/pam for \S+ from \S+ port .+"):msg@>"
rank="007"
table="Message"
taxonomy="Auth.Success" />
<message loglevel="Warning"
msg_id="Sshd:pam_auth_failure"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: Authentication failure for .+"):msg@>"
rank="008"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Notice"
msg_id="Sshd:subsystem_request_sftp"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("subsystem request for sftp"):msg@> "
rank="010"
table="Message"
taxonomy="System" />
<message loglevel="Notice"
msg_id="Sshd:couldnt_reverse_address"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Could not reverse map address \S+"):msg@>"
rank="009"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Notice"
msg_id="Sshd:connection_closed"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Connection closed by \S+"):msg@>"
rank="011"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:possible_breakin_attempt"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Address \S+ maps to \S+, but this does not map back to the address - POSSIBLE BREAKIN ATTEMPT!"):msg@>"
rank="012"
table="Message"
taxonomy="Attack" />
<message loglevel="Warning"
msg_id="Sshd:pam_maximum_retries"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: Have exhasted maximum number of retries for service.+"):msg@>"
rank="013"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:pam_error_trying_bind"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("pam_ldap: error trying to bind as user .+"):msg@>"
rank="014"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:failed_password"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP("Failed password for .+ from .+"):msg@>"
rank="015"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:illegal_user"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Illegal user .+"):msg@>"
rank="017"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:failed_publickey"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP("Failed publickey for .+ from .+"):msg@>"
rank="018"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:received_disconnect_from"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S*"):daemon@>[<@PID:pid@>]: <@REGEXP("Received disconnect from .+"):msg@> "
rank="019"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:didnot_receive_identification_string"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S*"):daemon@>[<@PID:pid@>]: <@REGEXP("Did not receive identification string from .+"):msg@>"
rank="020"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:bad_protocol_version_identification"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Bad protocol version identification .+"):msg@>"
rank="021"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:failed_for_invalid_user"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP("Failed \S+ for invalid user .+"):msg@>"
rank="022"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:invalid_user"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP("Invalid user .+"):msg@>"
rank="023"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:failed_keyboard_interactive"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Failed keyboard-interactive.+"):msg@>"
rank="024"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:pam_cannot_retrieve_info"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: Authentication service cannot retrieve authentication info.+"):msg@>"
rank="025"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Notice"
msg_id="Sshd:ignoring_max_retries"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S+"):daemon@>[<@PID:pid@>]: <@REGEXP(".*service(ssh.*) ignoring max retries;.+"):msg@>"
rank="026"
table="Message"
taxonomy="Auth" />
<message loglevel="Warning"
msg_id="Sshd:received_signal_terminating"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Received signal \d+; terminating."):msg@> "
rank="027"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Information"
msg_id="Sshd:server_listening_on"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S*"):daemon@>[<@PID:pid@>]: <@REGEXP("Server listening on \S+ port \d+."):msg@> "
rank="028"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:sshd_term_succeeded"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>: <@REGEXP("sshd -TERM succeeded"):msg@>"
rank="029"
table="Message"
taxonomy="System" />
<message loglevel="Notice"
msg_id="Sshd:succeeded"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>: <@REGEXP(".+succeeded"):msg@>"
rank="030"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:starting_sshd"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>: <@REGEXP("Starting sshd:.*"):msg@> "
rank="031"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:failed_from"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Failed \S+ for \S+ from .+"):msg@>"
rank="032"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Information"
msg_id="Sshd:60G"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>: <@REGEXP("...60G."):msg@> "
rank="033"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:cannot_release_pam"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Cannot release PAM authentication\[\d+\]: System error"):msg@> "
rank="034"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:ldap_result_timed_out"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("pam_ldap: ldap_result Timed out"):msg@>"
rank="035"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:cant_contact_ldap_server"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("pam_ldap: .+ Can't contact LDAP server"):msg@>"
rank="036"
table="Message"
taxonomy="Network.Errors" />
<message loglevel="Warning"
msg_id="Sshd:cannot_make_entry_session"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("fatal: PAM session setup failed\S+: Cannot make/remove an entry for the specified session"):msg@>"
rank="037"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:pam_rejected"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("PAM rejected by account configuration.+"):msg@>"
rank="038"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Sshd:fatal_error"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("fatal: .+"):msg@>"
rank="039"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:authentication_refused"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Authentication refused: .+"):msg@>"
rank="040"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:root_login_refused_from"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("ROOT LOGIN REFUSED FROM .+"):msg@>"
rank="041"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:pam_unable_resolve_symbol"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("PAM unable to resolve symbol: .+"):msg@>"
rank="042"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Sshd:pam_permission_denied"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: Permission denied for .+"):msg@>"
rank="043"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:pam_module_unknown"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: Module is unknown for .+"):msg@>"
rank="044"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Sshd:no_such_file"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: subsystem: cannot stat .+ No such file or directory"):msg@> "
rank="045"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Notice"
msg_id="Sshd:pam_success"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: Success for .+"):msg@>"
rank="047"
table="Message"
taxonomy="Auth.Success" />
<message loglevel="Warning"
msg_id="Sshd:lastlog_filetype_error"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("lastlog_filetype: Couldn't stat .+: No such file or directory"):msg@> "
rank="016"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:lastlog_openseek_error"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("lastlog_openseek: .+ is not a file or directory!"):msg@> "
rank="048"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:account_is_locked"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S*"):daemon@>[<@PID:pid@>]: <@REGEXP("User .+ not allowed because account is locked"):msg@> "
rank="049"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:timeout_before_authentication"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S*"):daemon@>[<@PID:pid@>]: <@REGEXP("fatal: Timeout before authentication .+"):msg@>"
rank="050"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:reverse_mapping_checking_failed"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("reverse mapping checking .+ failed - POSSIBLE BREAKIN ATTEMPT!"):msg@> "
rank="051"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:underlying_authentication_module_error"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: User not known to the underlying authentication module for illegal user.+"):msg@>"
rank="052"
table="Message"
taxonomy="Access.Failure" />
<message loglevel="Warning"
msg_id="Sshd:authentication_information_cannot_recovered"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: Authentication information cannot be recovered .+"):msg@>"
rank="053"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Information"
msg_id="Sshd:pam_adding_faulty_module"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("PAM adding faulty module: .+"):msg@>"
rank="054"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:pam_unable_to_dlopen"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("PAM unable to dlopen.+"):msg@>"
rank="055"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:failed_for_illegal_user"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Failed \w+ for illegal user .+"):msg@>"
rank="056"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:bind_to_port_failed"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S*"):daemon@>[<@PID:pid@>]: <@REGEXP("error: Bind to port .+ failed:.*"):msg@>"
rank="057"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Sshd:auth_couldnt_identify_password"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP(".*auth could not identify password for .+"):msg@>"
rank="058"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Notice"
msg_id="Sshd:disconnecting_session_not_responding"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Disconnecting: Timeout, your session not responding."):msg@> "
rank="059"
table="Message"
taxonomy="Network.Errors" />
<message loglevel="Critical"
msg_id="Sshd:pam_ldap_missing_file"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("pam_ldap: missing file .+"):msg@>"
rank="060"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Sshd:error_trying_bind_user"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>: <@REGEXP(".+error trying to bind as user .+"):msg@>"
rank="061"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:received_sighup_restarting"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Received SIGHUP; restarting."):msg@> "
rank="062"
table="Message"
taxonomy="Config.Changes" />
<message loglevel="Critical"
msg_id="Sshd:cannot_bind_any_address"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("ssh\S*"):daemon@>[<@PID:pid@>]: <@REGEXP("fatal: Cannot bind any address."):msg@> "
rank="063"
table="Message"
taxonomy="Network.Errors" />
<message loglevel="Warning"
msg_id="Sshd:user_denied_nologin_exists"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("User \S+ not allowed because /etc/nologin exists"):msg@> "
rank="064"
table="Message"
taxonomy="Access.Failure" />
<message loglevel="Warning"
msg_id="Sshd:password_will_expire"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP(".*password for user \w+ will expire in \d+ days"):msg@> "
rank="065"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:protocol_major_versions_differ"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Protocol major versions differ for .+"):msg@>"
rank="066"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:expired_password_for_user"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP(".*expired password for user .+"):msg@>"
rank="067"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:public_key_blacklisted"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Public key .+ blacklisted.*"):msg@>"
rank="068"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Sshd:host_key_blacklisted"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: Host key .+ blacklisted.*"):msg@>"
rank="069"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Sshd:couldnt_write_ident_string"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Could not write ident string to .+"):msg@>"
rank="070"
table="Message"
taxonomy="Application.Errors" />
<message loglevel="Warning"
msg_id="Sshd:couldnt_load_host_key"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: Could not load host key: .+"):msg@>"
rank="071"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Information"
msg_id="Sshd:pam_password_for_user_changed"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP(".*Password for .+ was changed"):msg@>"
rank="072"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:cannot_get_client_address_connection_reset_by_peer"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("warning: can't get client address: Connection reset by peer"):msg@>"
rank="073"
table="Message"
taxonomy="System" />
<message loglevel="Warning"
msg_id="Sshd:ssh_msg_send_write"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@WORD:level@>: <@REGEXP("ssh_msg_send: write"):msg@>"
rank="074"
table="Message"
taxonomy="Application.Errors" />
<message loglevel="Warning"
msg_id="Sshd:error_writing_oom_adj"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error writing \/proc\/self\/oom_adj: Operation not permitted"):msg@>"
rank="075"
table="Message"
taxonomy="Config.Errors" />
<message loglevel="Warning"
msg_id="Sshd:conversation_failed"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP(".*: conversation failed"):msg@>"
rank="076"
table="Message"
taxonomy="Application.Errors" />
<message loglevel="Notice"
msg_id="Sshd:postponed_publickey"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Postponed publickey for .+"):msg@>"
rank="077"
table="Message"
taxonomy="Application.Errors" />
<message loglevel="Warning"
msg_id="Sshd:excess_permission_bad_ownership"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Excess permission or bad ownership on file .+"):msg@>"
rank="078"
table="Message"
taxonomy="Access.Failure" />
<message loglevel="Warning"
msg_id="Sshd:too_many_authentication_failures"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Disconnecting: Too many authentication failures for .+"):msg@>"
rank="079"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Warning"
msg_id="Sshd:error_retrieving_information"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP(".*error retrieving information about user .+"):msg@>"
rank="080"
table="Message"
taxonomy="Application.Errors" />
<message loglevel="Warning"
msg_id="Sshd:input_userauth_invalid_user"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("input_userauth_request: invalid user .+"):msg@>"
rank="081"
table="Message"
taxonomy="Auth.Failure" />
<message loglevel="Notice"
msg_id="Sshd:timeout_client_not_responding"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Timeout, client not responding."):msg@>"
rank="082"
table="Message"
taxonomy="Application.Errors" />
<message loglevel="Warning"
msg_id="Sshd:bad_id_channel_free"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP(".*bad id: channel free"):msg@>"
rank="083"
table="Message"
taxonomy="Application.Errors" />
<message loglevel="Warning"
msg_id="Sshd:disconnecting_received_oclose"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("Disconnecting: Received oclose for nonexistent channel.+"):msg@>"
rank="084"
table="Message"
taxonomy="Application.Errors" />
<message loglevel="Notice"
msg_id="Sshd:pam_ignoring_max_retries"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("PAM .+ ignoring max retries.+"):msg@>"
rank="085"
table="Message"
taxonomy="Application" />
<message loglevel="Critical"
msg_id="Sshd:fork_cannot_allocate_memory"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: fork: Cannot allocate memory"):msg@>"
rank="086"
table="Message"
taxonomy="System.Errors" />
<message loglevel="Warning"
msg_id="Sshd:pam_auth_error"
pattern="<@DATE_TIME_ISO:datetime@> <@WORD:device@> <@REGEXP("sshd"):daemon@>[<@PID:pid@>]: <@REGEXP("error: PAM: authentication error for .+ from"):msg@> <@IP_ADDR:client_ip@>"
rank="087"
table="Message"
taxonomy="Auth.Failure" />
</octopussy_service>
|