Hi Guys,
Our server runs CentOS 6 here on Linode. I had created a user with the following command:
Code:
[root@myserver1 ~]# useradd -c "myApp FTP User" -s /bin/false -d /var/www/vhosts/myapp/httpdocs ftp.myapp
Now, it turns out that the (FTP) user I had created, ftp.myapp now requires shell access.
I have attempted to grant the user shell access by editing the sshd_config file (which is located here /etc/ssh/sshd_config)
I added these line to the file:
AllowUsers myApp
But when I try to login as this user via SSH (I use putty), after inserting the username and password on the command prompt, the screen exits.
What am I missing here?
I would appreciate any useful input/suggestions.
Thanks.