Skip to content

Commit 0b0abb9

Browse files
committed
add: ServerAliveInternal SSH config option
1 parent fcad9de commit 0b0abb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ coder:
167167
value: includeSubDomains,preload # two optional fields can be set in the Strict-Transport-Security header
168168
- name: CODER_REDIRECT_TO_ACCESS_URL
169169
value: "false" # specifies whether to redirect requests that do not match the access URL host.
170+
- name: CODER_SSH_CONFIG_OPTIONS
171+
value: ServerAliveInterval=100 # ssh keep-alive, appended to SSH configs on client machines
170172

171173
# logging/metrics configuration
172174
- name: CODER_VERBOSE

0 commit comments

Comments
 (0)