-

   eugene20237

 - e-mail

 
(0)

LINUX: www-data

, 23 2017 . 00:14 +
: http://askubuntu.com/questions/702060/how-to-give-...to-www-data-to-log-in-with-ssh

1. Set a password for www-data:
sudo passwd www-data

2. Define a shell for www-data:
sudo usermod www-data -s /bin/bash

3. Give permission for login via ssh, edit /etc/ssh/sshd_config and add the following line (do not forget to enumerate all the users that need ssh access):
AllowUsers www-data

4. , www-data mkhomedir_helper:
mkhomedir_helper www-data

:  
(0)

LINUX: Web-

, 22 2017 . 13:27 +

:  
(0)

Linux: WebDAV NGINX

, 17 2017 . 20:18 +

:  

 : [1]