bat/tests/syntax-tests/highlighted/SSHD Config/sshd_config
2020-11-01 09:38:03 +01:00

37 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# This test sshd config file is intended for syntax testing
# purposes only.
#
# Definitely do not use this in production for sshd.
Port 22
# Here's a directive commented out:
#ListenAddress 0.0.0.0
ListenAddress 127.0.0.1
HostKey /etc/ssh/ssh_host_rsa_key
IgnoreRhosts yes
PrintMotd yes
X11Forwarding no
AllowAgentForwarding no
PermitRootLogin forced-commands-only
SyslogFacility AUTH
LogLevel VERBOSE
AuthorizedKeysFile /etc/ssh/authorized-keys/%u
PasswordAuthentication yes
PermitEmptyPasswords no
AllowUsers alice
# pass locale information
AcceptEnv LANG LC_*
Banner /etc/sshd_banner
AllowTcpForwarding yes
PermitTunnel no
PermitTTY yes