|
|
@@ -2903,7 +2903,7 @@ type SSHAction struct {
|
|
|
|
|
|
// SessionDuration, if non-zero, is how long the session can stay open
|
|
|
// before being forcefully terminated.
|
|
|
- SessionDuration time.Duration `json:"sessionDuration,omitempty"`
|
|
|
+ SessionDuration time.Duration `json:"sessionDuration,omitempty,format:nano"`
|
|
|
|
|
|
// AllowAgentForwarding, if true, allows accepted connections to forward
|
|
|
// the ssh agent if requested.
|