This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can't login with SSH

Hello All

I enabled ssh
what I start ssh connection to asl(3.0)
i get the user login
i try to logon with root and I get Access denied
the password is current (I managed to login from the console)
any suggestions ?

Thanks 
Tal Raveh


This thread was automatically locked due to age.
Parents
  • Login with root isn't possible from remote...try login as loginuser and then "su" to your root account after that.   [:)] 

    B
  • Hi,

    by default ASL does not allow you to login as root vi ssh. use the loginuser and do an su to root. If you want to login as root directly you have to change the sshd_config and change the following line:

    PermitRootLogin from "no" to "yes"

    But if an update comes which contains fixes for the sshd your changes will be overwritten.

    bye

    Matthias
     
     [size="1"][ 03 December 2002, 14:31: Message edited by: stapfmat ][/size]
Reply
  • Hi,

    by default ASL does not allow you to login as root vi ssh. use the loginuser and do an su to root. If you want to login as root directly you have to change the sshd_config and change the following line:

    PermitRootLogin from "no" to "yes"

    But if an update comes which contains fixes for the sshd your changes will be overwritten.

    bye

    Matthias
     
     [size="1"][ 03 December 2002, 14:31: Message edited by: stapfmat ][/size]
Children