Skip to content

Commit b33168a

Browse files
committed
Fix defaults for ssh config
1 parent 5ab92cd commit b33168a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jobs/jumpbox/spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ properties:
3333

3434
jumpbox.ssh.allow_tcp_forwarding:
3535
description: "Configure SSHD to allow TCP forwarding."
36-
default: 1200
36+
default: true
3737

3838
jumpbox.ssh.client_alive_interval:
3939
description: "Configure SSHD to allow agent forwarding."
40-
default: 3
40+
default: 1200
4141

4242
jumpbox.ssh.client_alive_count_max:
4343
description: "the number of client alive messages which are sent without getting any messages from the client"
44-
default: true
44+
default: 3
4545

4646
jumpbox.one_time_setup:
4747
description: "Send new users through a one-time setup. You generally want to do this."

0 commit comments

Comments
 (0)