Hello, are there methods to control user authentication like done in RDBMS such as OS based , database based or network based.
If i am running my node on a Unix/Linux box , how do i prevent any user on that box from accessing the CLI , hence the node and then running commands.
How do i set up the node in such a way that only one user on the Unix/Linux box has the ability to launch the CLI , login to the node and execute commands on the node.
Thanks