-
Creating a distributed deployment. Created the manager node on Ubuntu 20.04 just fine from ISO. But when I attempt to create the Search node, I get the above error (and install crash) whether I choose Direct or Direct+Manager. Note that the filename only has the file extension (not a full filename), though the /opt/so/repo/2.3.250.tar.gz exists on the manager node. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
hmmm. I notice the screen immediately prior indicates that I would need to accept the ED25519 key and enter the password for soremote. However, there is never a prompt for the soremote password before it attempts logon with soremote and gets an error "soremote@so-manager: Permission denied (publickey)" |
Beta Was this translation helpful? Give feedback.
-
Once I realized that it was expecting a SSH cert for soremote, I realized that I hadn't enable password authentication on so-manager. Edited /etc/ssh/sshd_config to set "PasswordAuthentication yes" and restarted ssh on the manager node. Installation of search node is now progressing correctly... |
Beta Was this translation helpful? Give feedback.
Once I realized that it was expecting a SSH cert for soremote, I realized that I hadn't enable password authentication on so-manager. Edited /etc/ssh/sshd_config to set "PasswordAuthentication yes" and restarted ssh on the manager node. Installation of search node is now progressing correctly...