Skip to main content

AWS Marketplace /home and SSH questions

Answered

Comments

3 comments

  • HappyFeat

    I've fixed the first problem

    sshd_config contained this line 

    Include /etc/ssh/sshd_config.d/*.conf

    and in that folder was a file called 50-cloud-init.conf that had PasswordAuthentication set to no. I changed that to yes and now I can connect

    0
  • HappyFeat

    Fixed the second problem by ...

    mounting my storage under a different mount point
    rsyncing the existing /home to it
    renaming /home to /home_old
    unmounting my storage and remounting it as /home

    0
  • cPRex Jurassic Moderator

    I'm glad you were able to get those resolved, especially since I wouldn't have been much help with either issue :D

    0

Please sign in to leave a comment.