What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.8.2
How are you able to access your server: SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: I think I hardened the server
Describe your issue
I can’t access my server via FTP (or SFTP). my user has admin settings via the web gui.
Share relevant logs or error messages
$ grep -w -i -E ‘sftp|internal-sftp|Subsystem’ /etc/ssh/sshd_config
Disallow user without ssh or sftp permissions
AllowGroups ssh.main sftp.main ssh.app sftp.app admins root
SFTP stuff
Subsystem sftp internal-sftp
Apply following instructions to user with sftp perm only
Match Group sftp.main,!ssh.main
ForceCommand internal-sftp -u 0002
# Forbid SFTP users from using their account SSH as a VPN (even if SSH login is disabled)
Match Group sftp.app,!ssh.app
ForceCommand internal-sftp -u 0002