···1919```sh
2020xattr -d com.apple.quarantine /path/to/run.command
2121```
2222+2323+### RSA Login Encryption (Optional)
2424+2525+RSA encrypts the login block between client and server. Disabled by default — both sides must match.
2626+2727+In `config/client-config.yaml`, set the modulus from the server's `mix rsa.keygen` output:
2828+```yaml
2929+rsa:
3030+ rsaEnabled: true
3131+ rsaPub: 65537
3232+ rsaModulus: <decimal modulus from server>
3333+```