57 文字
1 分
SSH login is refused after upgrading to Mac OS X Mavericks (10.9)
Background
I’m using Mac OS X as a internet hosting server. The server provides ssh remote login, apache, mysql and so on.
Issue
After I upgraded my Mac OS X from 10.8 to 10.9, sshd does not accept all users’ remove login via ssh.
Solution
To resolve this issue, hit the following command.
dscl . change /Groups/com.apple.access_ssh RecordName com.apple.access_ssh com.apple.access_ssh-disabledI found this here.
http://superuser.com/questions/166179/how-to-enable-remote-access-for-another-account-on-mac-remotely-via-ssh
SSH login is refused after upgrading to Mac OS X Mavericks (10.9)
https://blog.teraren.com/posts/ssh-login-is-refused-after-upgraded-to-mac-marvericks/