Find the answer to your Linux question:
Results 1 to 3 of 3
Hello; I'm trying to add new user on SSH. Here the things I do ; root login > adduser arda000 > passwd arda000 and I'm creating my password successfully. BUT; ...
  1. #1
    Just Joined!
    Join Date
    Aug 2010
    Posts
    1

    Adding New User on SSH Linux

    Hello;

    I'm trying to add new user on SSH. Here the things I do ;

    root login > adduser arda000
    > passwd arda000
    and I'm creating my password successfully. BUT;

    When I try to login like SSH arda000@IPADDRESS

    It asks me password but says Permission Denied!

    I'm sure that I'm typing my password correctly

    What do I have to do

  2. #2
    Linux Newbie
    Join Date
    Apr 2007
    Posts
    119
    Can you login straight to the console as that user? Can you su to that user from the ssh shell?

  3. #3
    Linux Newbie
    Join Date
    Apr 2009
    Posts
    160
    Quote Originally Posted by arda000 View Post
    Hello;

    I'm trying to add new user on SSH. Here the things I do ;

    root login > adduser arda000
    > passwd arda000
    and I'm creating my password successfully. BUT;

    When I try to login like SSH arda000@IPADDRESS

    It asks me password but says Permission Denied!

    I'm sure that I'm typing my password correctly

    What do I have to do
    Make sure that when you did adduser it made a home directory.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...