creating a new user Ubuntu
- by Matt
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…