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-disabled
I found this here.
http://superuser.com/questions/166179/how-to-enable-remote-access-for-another-account-on-mac-remotely-via-ssh
Comments