sftp-share.yml aktualisiert

This commit is contained in:
olli 2024-02-26 12:07:41 +01:00
parent 2e59101d5f
commit 012cc8808f

View File

@ -128,7 +128,7 @@
done
unset $SFTPUSERS
### Start SSHD/SFTP-Server
/usr/sbin/sshd -f /etc/sftp-share.conf -d
/usr/sbin/sshd -D -f /etc/sftp-share.conf
backup: yes
validate: /bin/bash -n %s
notify:
@ -171,10 +171,10 @@
ClientAliveCountMax 30
ClientAliveInterval 60
## Ciphers Check https://sshcheck.com/server/gabosh.net/28
KexAlgorithms curve25519-sha256@libssh.org
HostKeyAlgorithms ssh-ed25519
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com
#KexAlgorithms curve25519-sha256@libssh.org
#HostKeyAlgorithms ssh-ed25519
#Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com
#MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com
#AuthenticationMethods publickey,keyboard-interactive
ChrootDirectory /sftp-share