php7.4 image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-19 11:37:57 +01:00
parent b043c27790
commit d5e3e0148f
12 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1 @@
daemon off;

View File

@@ -0,0 +1 @@
error_log = /dev/stderr

View File

@@ -0,0 +1 @@
Port 22

View File

@@ -0,0 +1,24 @@
HostKey /ssh/ssh_host_rsa_key
HostKey /ssh/ssh_host_ecdsa_key
HostKey /ssh/ssh_host_ed25519_key
#SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 1m
PermitRootLogin no
PubkeyAuthentication yes
MaxAuthTries 3
PrintMotd no
AuthorizedKeysFile /ssh/authorized_keys
PasswordAuthentication no
AllowAgentForwarding no
AllowTcpForwarding no
GatewayPorts no
X11Forwarding no
Subsystem sftp internal-sftp
ChrootDirectory /data
ForceCommand internal-sftp -d /data/www