We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a140a commit 8fb8c82Copy full SHA for 8fb8c82
files/azure/etc/ssh/sshd_config.d/0-delphix-azure.conf
@@ -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
@@ -32,3 +32,4 @@ LoginGraceTime 60
32
MaxAuthTries 4
33
MaxStartups 10:30:60
34
PermitRootLogin no
35
+PrintLastLog no
0 commit comments