Debian: Adding new user?
Posted
by Marco
on Stack Overflow
See other posts from Stack Overflow
or by Marco
Published on 2010-03-30T03:38:13Z
Indexed on
2010/03/30
3:43 UTC
Read the original article
Hit count: 756
How can I create a new user then SSH into the server under that user?
I ran:
useradd marco -d /home/marco -p WuUfhRdt4B
Then I added to /etc/ssh/sshd_config:
AllowUsers root marco
Then restarted ssh:
/etc/init.d/ssh restart
I can't login. What did I miss?
** Running Debian.
© Stack Overflow or respective owner