Skip to content

Commit

Permalink
feat: add ssh keepalive configuration (#248) (#249)
Browse files Browse the repository at this point in the history
* Add helm rsync.fixPrivateKeyPerms option (#246)

Signed-off-by: Alex Romanenko <[email protected]>

* Add ssh keepalive configuration (#248)

Signed-off-by: Alex Romanenko <[email protected]

---------

Signed-off-by: Alex Romanenko <[email protected]>
Signed-off-by: Alex Romanenko <[email protected]
  • Loading branch information
alex-vmw authored Sep 29, 2023
1 parent be50b1a commit 4051318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/sshd/sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ Port 22
PasswordAuthentication no
ChallengeResponseAuthentication no
PermitRootLogin yes
ClientAliveInterval 300
ClientAliveCountMax 3

0 comments on commit 4051318

Please sign in to comment.