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 5ab92cd commit b33168aCopy full SHA for b33168a
jobs/jumpbox/spec
@@ -33,15 +33,15 @@ properties:
33
34
jumpbox.ssh.allow_tcp_forwarding:
35
description: "Configure SSHD to allow TCP forwarding."
36
- default: 1200
+ default: true
37
38
jumpbox.ssh.client_alive_interval:
39
description: "Configure SSHD to allow agent forwarding."
40
- default: 3
+ default: 1200
41
42
jumpbox.ssh.client_alive_count_max:
43
description: "the number of client alive messages which are sent without getting any messages from the client"
44
- default: true
+ default: 3
45
46
jumpbox.one_time_setup:
47
description: "Send new users through a one-time setup. You generally want to do this."
0 commit comments