creating a new user Ubuntu

Posted by Matt on Server Fault See other posts from Server Fault or by Matt
Published on 2011-02-11T03:10:41Z Indexed on 2011/02/11 7:27 UTC
Read the original article Hit count: 552

Filed under:
|
|

I am trying to new user that can sftp on a server....i did this

ubuntu@ip-10-112-46-15:~$ sudo useradd jesse -p testPass
ubuntu@ip-10-112-46-15:~$ sudo passwd jesse
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully

but when i try to login via sftp I cant get in....am i missing something like adding a group or something

the answer was

PasswordAuthentication yes

© Server Fault or respective owner

Related posts about ubuntu

Related posts about ubuntu-10.04