-e option to make sshd write logs to stderr

This commit is contained in:
nicobo 2022-01-14 21:16:26 +01:00 committed by GitHub
parent e3f168c533
commit 6dd9478767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,4 +20,4 @@ if [ "$(ls -A /git-server/repos/)" ]; then
fi
# -D flag avoids executing sshd as a daemon
/usr/sbin/sshd -D
/usr/sbin/sshd -D -e