mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
* 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
21 lines
337 B
Plaintext
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
|
|
|
|
|