Hello,
I have a couple of questions regarding the adding of nodes to a terminal server, version 6.7.6. In a test use case I have:
+ /etc/NX/nxserver --nodeadd 192.168.1.243 --label 192.168.1.243 --limit 1 --strict-host-key-checking no
which errors out when the node’s originally-assigned terminal server is down or dead:
NX> 190 Connected to NX Node.
NX> 500 ERROR: Cannot add node 192.168.1.238:4000. This node is running on a
NoMachine server with a multi-node setup enabled.
Is there a way I can configure this to override the previous registration?
In another case, I get prompted to answer a question where the documention says the question should be suppressed:
+ /etc/NX/nxserver --nodeadd 192.168.1.243 --label 192.168.1.243 --limit 1 --strict-host-key-checking no
NX> 190 Connected to NX Node.
NX> 763 Could not authenticate on the remote node using server's public key.
NX> 763 Would you like to login on the remote node as a privileged user to add
NX> 763 this key and try again? [yes|no]:
Am I misunderstanding the docs?