Port 22
ListenAddress 0.0.0.0
HostKey /etc/ssh/ssh_host_ed25519_key
PidFile /run/sshd.pid

UsePAM no
UseDNS no
StrictModes yes
PermitRootLogin no
PermitEmptyPasswords no
PasswordAuthentication no
KbdInteractiveAuthentication no
PubkeyAuthentication yes
AuthenticationMethods publickey
AuthorizedKeysFile .ssh/authorized_keys
AllowUsers deploy

AllowTcpForwarding remote
GatewayPorts no
AllowAgentForwarding no
X11Forwarding no
PermitTunnel no
PermitTTY no

Subsystem sftp internal-sftp
LogLevel INFO
