Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6af82 commit 2fe0a69Copy full SHA for 2fe0a69
agent/agentssh/agentssh.go
@@ -56,7 +56,7 @@ const (
56
57
// Config sets configuration parameters for the agent SSH server.
58
type Config struct {
59
- // MaxTimout sets the absolute connection timeout, none if empty. If set to
+ // MaxTimeout sets the absolute connection timeout, none if empty. If set to
60
// 3 seconds or more, keep alive will be used instead.
61
MaxTimeout time.Duration
62
// MOTDFile returns the path to the message of the day file. If set, the
0 commit comments