Files
addons/ssh/data/sshd_config
Pascal Vizeli 7cbc57eeca SSH update + version pin (#612)
* Update SSH add-on / pin version

* fix version

* fix permission
2019-06-26 10:06:51 +02: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