1 | | Installed this new version. (Note: Had to add "UsePAM yes" in my sshd.config, by default it is disabled but as noted in patch/version changelog is required.) |
2 | | |
3 | | Tried connecting: |
4 | | |
5 | | ssh 192.168.1.10 -p2222 |
6 | | Connection closed by 192.168.1.10 |
7 | | |
8 | | Log shows: |
9 | | |
10 | | sshd: fatal: ssh_sandbox_child: sandbox_init: dlopen(/usr/lib/libsandbox.1.dylib, 261): image not found [preauth] |
11 | | |
12 | | If I change UsePrivilegeSeparation back to yes, I can connect. But this appears to conflict with the purpose of the latest update. Please advise. |