Skip to content

Commit

Permalink
Bump keepalive time
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jun 11, 2022
1 parent f914d3c commit 5a618e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/sshd.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func acceptConn(c net.Conn, config *ssh.ServerConfig) {
sshConn.Close()
return
}
time.Sleep(30 * time.Second)
time.Sleep(5 * time.Second)
}
}()

Expand Down

0 comments on commit 5a618e8

Please sign in to comment.