FROM ghcr.io/linuxserver/openssh-server
RUN echo -e "Match Group *,!root \n\
  ForceCommand internal-sftp \n\
  PasswordAuthentication yes \n\
  PermitTunnel no \n\
  AllowAgentForwarding no \n\
  AllowTcpForwarding no \n\
  X11Forwarding no" >> /etc/ssh/sshd_config
