You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Recent Catalina update broke sshd: SHAuthorizationRight

A recent update to MacOS Catalina broke my sshd. When viewing the logs, I see this error:


system.log.0:Apr 13 19:38:27 Retina com.apple.xpc.launchd[1] (com.openssh.sshd): Unknown key for string: SHAuthorizationRight


Indeed, this tag shows up in the plist file. I have not changed anything. My "backup" is to manually run the MacPorts SSHD which runs just fine. But I'd really like to understand what caused this problem and how to fix it.



Thanks.

MacBook Pro 15", 10.15

Posted on Apr 14, 2020 12:16 PM

Reply
Question marked as Top-ranking reply

Posted on Jun 8, 2020 6:32 AM

I installed the the supplementary update and noticed I was able to ssh [user]@localhost again, however was still unable to log into my machine from remote machines.


Found this helpful little article https://help.octopus.com/t/cant-connect-to-os-x-installation-via-ssh/3140/3


And made modifications to my sshd_config (/etc/ssh/sshd_config)


Adding:


PasswordAuthentication yes


UsePAM yes


Once I added that in there I was able to ssh in without issue.


Hope this helps you!


CABUIE-M-26NH:~ cabuie$ cat /etc/ssh/sshd_config
PasswordAuthentication yes

UsePAM yes

PermitRootLogin no

PermitEmptyPasswords no
#
Banner /etc/sshbanner

Similar questions

7 replies
Question marked as Top-ranking reply

Jun 8, 2020 6:32 AM in response to Forrest

I installed the the supplementary update and noticed I was able to ssh [user]@localhost again, however was still unable to log into my machine from remote machines.


Found this helpful little article https://help.octopus.com/t/cant-connect-to-os-x-installation-via-ssh/3140/3


And made modifications to my sshd_config (/etc/ssh/sshd_config)


Adding:


PasswordAuthentication yes


UsePAM yes


Once I added that in there I was able to ssh in without issue.


Hope this helps you!


CABUIE-M-26NH:~ cabuie$ cat /etc/ssh/sshd_config
PasswordAuthentication yes

UsePAM yes

PermitRootLogin no

PermitEmptyPasswords no
#
Banner /etc/sshbanner

May 15, 2020 1:32 PM in response to Forrest

Any luck on finding a solution.


It appears I'm running into the same issue.


Everytime the sshd service is restarted (by checking/unchecking the remote login button) I see the following log messages:


May 15 16:12:22 CABUIE-M-26NH com.apple.xpc.launchd[1] (com.openssh.sshd): Unknown key for string: SHAuthorizationRight

May 15 16:13:11 CABUIE-M-26NH com.apple.xpc.launchd[1] (com.openssh.sshd): Unknown key for string: SHAuthorizationRight

Recent Catalina update broke sshd: SHAuthorizationRight

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.