Files
addons/ssh/data/sshd_config
Robin Clarke 947f6236a4 logging for sshd DEBUG -> INFO (#686)
* logging for sshd DEBUG -> INFO

* Added version number change for sshd DEBUG -> INFO change

* Version adjusted 6.3.1 -> 6.4

* Version adjusted 6.3.1 -> 6.4
2019-09-10 23:34:55 +02:00

21 lines
337 B
Plaintext

# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# Logging
LogLevel INFO
# Default
AllowTcpForwarding no
GatewayPorts no
X11Forwarding no
Subsystem sftp /usr/lib/ssh/sftp-server
# Authentication:
PermitRootLogin yes
#PasswordAuthentication no
#PermitEmptyPasswords no