From 012cc8808fa2e27255ffbb0e6e35ac4b550212b1 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 26 Feb 2024 12:07:41 +0100 Subject: [PATCH] sftp-share.yml aktualisiert --- sftp-share.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sftp-share.yml b/sftp-share.yml index 4441a63..309b8a4 100644 --- a/sftp-share.yml +++ b/sftp-share.yml @@ -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