Skip to content

Commit 5a618e8

Browse files
committed
Bump keepalive time
1 parent f914d3c commit 5a618e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/sshd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func acceptConn(c net.Conn, config *ssh.ServerConfig) {
141141
sshConn.Close()
142142
return
143143
}
144-
time.Sleep(30 * time.Second)
144+
time.Sleep(5 * time.Second)
145145
}
146146
}()
147147

0 commit comments

Comments
 (0)