blob: b9ab9634d8b98685448c8729737fcbe9f16a205e (
plain) (
tree)
|
|
# sshd_config(5)
AuthorizedKeysFile .ssh/authorized_keys
PermitRootLogin no
PubkeyAuthentication yes
HostbasedAuthentication yes
IgnoreUserKnownHosts no
PasswordAuthentication no
PermitEmptyPasswords no
AllowTcpForwarding no
GatewayPorts no
X11Forwarding no
# Logs by default to auth.* syslog facility.
|