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 e39e79d commit cecdf9cCopy full SHA for cecdf9c
docker/root/etc/templates/sshd_config
@@ -5,6 +5,9 @@ AddressFamily any
5
ListenAddress 0.0.0.0
6
ListenAddress ::
7
8
+MaxStartups ${SSHD_MAX_STARTUPS}
9
+MaxSessions ${SSHD_MAX_SESSIONS}
10
+
11
LogLevel INFO
12
13
HostKey /data/ssh/ssh_host_ed25519_key
0 commit comments