Hey there!
I’ve run into a problem using SFTP with the user created by Custom Webapp installation.
My YunoHost server
- Hardware: Old laptop or computer
- YunoHost version: 4.2.6.1
- I have access to my server: Through SSH (and via direct access if needed)
- Are you in a special context or did you perform some particular tweaking on your YunoHost instance ?: No special context here
Description of my issue
I have a custom webapp installed on my YunoHost server. Previously, I’ve used the automatically generated user (webapp1
) to use SSH and SFTP for the webapp’s directory. However, when I tried to SSH as webapp1
today (for the first time in several months), my attempts to log in failed. In my terminal, I got the message “Permission denied, please try again,” and my logs for the SSH service have this corresponding line:
User webapp1 from [IP address] not allowed because none of user’s groups are listed in AllowGroups
Research
In a similar issue, @Aleks commented “By any chance, is it my_webapp ?” It wasn’t for that issue, but it is for me! Unfortunately, that user’s issue was not with my_webapp
, so I didn’t see a solution to try.
In this topic, the solution was that the my_webapp_ynh
app was not up to date. That doesn’t seem to be the case for me. I see no app updates available for my_webapp_ynh
, and my system packages are up to date.
Any help would be appreciated—I’ve got some changes to my webapp that I’d love to push!
Thanks.