Skip to content

Commit 8fb8c82

Browse files
committed
add azure override
1 parent c7a140a commit 8fb8c82

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
# The 'ClientAliveInterval' setting determines the amount of time (in seconds)
3+
# the sshd server will wait to receive data from the client before sending a
4+
# request for response.
5+
#
6+
# The Azure marketplace does not allow a value greater than 3 minutes. So, when
7+
# running on Azure, we use 3 minutes.
8+
#
9+
ClientAliveCountMax 0
10+
ClientAliveInterval 180

files/common/etc/ssh/sshd_config.d/9-delphix.conf

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ LoginGraceTime 60
3232
MaxAuthTries 4
3333
MaxStartups 10:30:60
3434
PermitRootLogin no
35+
PrintLastLog no

0 commit comments

Comments
 (0)