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