Files
addons/ssh/sshd_config
Pascal Vizeli 67f4e355d3 Fix none root login (#554)
* Fix account locking issue

* Fix script
2019-03-16 16:00:06 +01:00

21 lines
338 B
Plaintext

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