Skip to content

Commit 45c6ea7

Browse files
author
dlouzado
committed
make property prefix equals
other existing Gitea SSH properties.
1 parent cecdf9c commit 45c6ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docker/root/etc/templates/sshd_config

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ AddressFamily any
55
ListenAddress 0.0.0.0
66
ListenAddress ::
77

8-
MaxStartups ${SSHD_MAX_STARTUPS}
9-
MaxSessions ${SSHD_MAX_SESSIONS}
8+
MaxStartups ${SSH_MAX_STARTUPS}
9+
MaxSessions ${SSH_MAX_SESSIONS}
1010

1111
LogLevel INFO
1212

0 commit comments

Comments
 (0)