scylla-jmx service failed to start, because it looks for password file in /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.x86_64/jre/lib/management/ directory
whereas it was configured in cassandra-env.sh - /etc/scylla/jmxremote.password
When I moved jmxremote.password to /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el7_4.x86_64/jre/lib/management/ directory, service scylla-jmx started, but there are no authentication...
I still can access 'nodetool compactionhistory' without login/password
So, question is the same - which file I need to modify?