Skip to main content

Wheel user SSH keys

Comments

3 comments

  • webtipster
    I've tried the following as well:
    • In PuTTY generate new key.
    • In WHM -> Manage root"s SSH Keys -> Insert Key -> paste the new keys generated from PuTTY.
    • Authorize the key
    • In PuTTY use the Private key under Connection->SSH->AUTH
    • Login as: wheeluser
    • "server refused our key"
    Same results. Any ideas?
    0
  • webtipster
    DUHHHH... Getting some sleep helped. For all of those struggling with the same sleepless nights problem, make sure that you have authorized_keys in the .ssh directory for that wheel user. If not run the following while you are inside the home/$USER/.ssh/ directory: touch authorized_keys chmod 600 authorized_keys cat id_rsa.pub >> authorized_keys
    0
  • SamA
    Hello @webtipster ! We're happy to see that you were able to reach a resolution. In that case, I'll go ahead and close this thread.
    0

Please sign in to leave a comment.