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

Cannot activate SSH shell access

When I try to activate the SSH shell access I get the error message "All authentication methods are disabled."

root and loginuser password have been set before

Model: ASG120
Firmware version:  9.304-9


This thread was automatically locked due to age.
Parents
  • Once you get console access:

    Login as loginuser
    "su -" without quotes to elevate to root
    Run:  cc set ssh password_auth 1

    That last command enables password authentication from the backend, the same as ticking the box on the WebAdmin page.  This should allow you to get past the error in WebAdmin and enable SSH access.
Reply
  • Once you get console access:

    Login as loginuser
    "su -" without quotes to elevate to root
    Run:  cc set ssh password_auth 1

    That last command enables password authentication from the backend, the same as ticking the box on the WebAdmin page.  This should allow you to get past the error in WebAdmin and enable SSH access.
Children