Skip to main content

SSHD not working.

Comments

3 comments

  • cPLevey
    @Linux_man Sorry to hear you're having issues! As indicated in that log entry, it appears your sshd_config file has some issues or unrecognized characters. Have you tried moving that configuration file out of the way before reinstalling openSSH? I'd recommend trying the following:
    mv -v /etc/ssh/sshd_config{,.broken}; yum reinstall openssh-server
    Keep in mind if you have any non-default configurations you'll need to change the new configuration file after successfully reinstalling openSSH.
    0
  • Linux_man
    Hello, thanks for your response, actually i found the problem inside the config file, i just removed the line wich was misspelled, and now its operational, thanks a lot.
    0
  • cPLevey
    Hello, thanks for your response, actually i found the problem inside the config file, i just removed the line wich was misspelled, and now its operational, thanks a lot.

    Awesome news! I'm glad you were able to get this fixed!
    0

Please sign in to leave a comment.