MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / containsKnownSSHLogMessage

Function containsKnownSSHLogMessage

agent/app/service/ssh.go:1351–1353  ·  view source on GitHub ↗
(line string)

Source from the content-addressed store, hash-verified

1349}
1350
1351func containsKnownSSHLogMessage(line string) bool {
1352 return strings.Contains(line, "Accepted ") || containsFailedSSHLogMessage(line)
1353}
1354
1355func containsFailedSSHLogMessage(line string) bool {
1356 return strings.Contains(line, "Failed ") ||

Callers 1

shouldParseSSHLogLineFunction · 0.85

Calls 1

Tested by

no test coverage detected