Port 443
#ListenAddress 0.0.0.0

# Logging
SyslogFacility AUTH
LogLevel INFO

# Host keys for UDS Tunnel
#HostKey /etc/openssh/ssh_host_rsa_key
#HostKey /etc/openssh/ssh_host_ecdsa_key
#HostKey /etc/openssh/ssh_host_ed25519_key

# Authentication:
LoginGraceTime 2m
PermitRootLogin No
StrictModes yes

PubkeyAuthentication no
IgnoreRhosts yes
HostbasedAuthentication no
IgnoreUserKnownHosts yes

PermitEmptyPasswords no
# PasswordAuthentication yes

ChallengeResponseAuthentication no

X11Forwarding no
# X11DisplayOffset 10
AuthorizedPrincipalsFile none
PrintMotd no
PrintLastLog no
# TCPKeepAlive yes
PermitUserEnvironment no
# PermitTunnel no
AllowTcpForwarding yes
# ChrootDirectory /var/udstmp
ClientAliveInterval 30
ClientAliveCountMax 4

# Allow client to pass locale environment variables
# AcceptEnv LANG LC_*

UsePAM yes
UseDNS no
