mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 15:06:37 +08:00
parent
fb19437f5f
commit
a86ec12b86
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ func loadFailedSecureDatas(line string) dto.SSHHistory {
|
||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
index := 0
|
index := 0
|
||||||
if strings.Contains("line", " invalid user") {
|
if strings.Contains(line, " invalid user") {
|
||||||
index = 2
|
index = 2
|
||||||
}
|
}
|
||||||
data = dto.SSHHistory{
|
data = dto.SSHHistory{
|
||||||
|
|
Loading…
Add table
Reference in a new issue