mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* Add support for new audo layer * Add layer * restucture * better struct * Improve devcontainer * Fix container * Fix LN * disable lint * ignore
24 lines
363 B
Plaintext
24 lines
363 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
|
|
|
|
Banner none
|
|
PrintMotd no
|
|
|
|
#PasswordAuthentication no
|
|
#PermitEmptyPasswords no
|
|
|
|
|