how to create ssh user to manage site like ftp,
can you add option while create ftp user same user can acess ssh too instead of doing it as root
how to create ssh user to manage site like ftp,
can you add option while create ftp user same user can acess ssh too instead of doing it as root
ithink it's not support for multiple user, but with muliple site you can use it.
JAY
Hello,
FTP is implemented using PureFTPd, which has nothing to do with SSH.
SSH users can use SFTP to manage files on the server.
SSH users can also manage websites as long as they are familiar with configuration files.
aaPanel_Kern
bro i said like ftp i need to manage composer and other things need to there is user who mange files same user need to mange ssh too
JAY
Hello, the panel does not support other users, ssh only needs to create a new user who can log in and has permission to execute commands and manage files.
how can i run composer with non root user who as permission to files and ssh, should i create manually user
just create user with group non-root, example git user:
$ sudo adduser \
--system \
--shell /bin/bash \
--gecos 'Git Version Control' \
--group \
--disabled-password \
--home /home/git \
git
aaPanel is like Panel with Private Space configuration.