We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecdf9c commit 45c6ea7Copy full SHA for 45c6ea7
docker/root/etc/templates/sshd_config
@@ -5,8 +5,8 @@ AddressFamily any
5
ListenAddress 0.0.0.0
6
ListenAddress ::
7
8
-MaxStartups ${SSHD_MAX_STARTUPS}
9
-MaxSessions ${SSHD_MAX_SESSIONS}
+MaxStartups ${SSH_MAX_STARTUPS}
+MaxSessions ${SSH_MAX_SESSIONS}
10
11
LogLevel INFO
12
0 commit comments