# 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.