-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth fail #1
Comments
For some reason jsch is not using keys and is using root user password — from
Setting:
in |
/etc/sshd_config doesn;t exist in each of the created n1..5 lxc containers. Did you create them manually or did I miss something ? If you can provide the steps in order, for any prep before this sshd config fix, it would help. I am still not able to run the test (e.g., the aerospike one) successfully. Same old jsch auth fail error. |
The file is actually Change:
to
|
Ah, ok. I missed that. How did you edit this file since "vi" is not installed, so something like sed ? Also, what does this setting do; I mean do we have to create a password for the root user in each of the nodes n1......5, as well ? |
My jepsen_init.yml playbook sets the root user password. If you're using this project with Vagrant, you can do the following to change it by hand:
|
On the main console node stuck here currently -> |
Despite adding host keys to
known_hosts
for the console node, settingroot
user password to root, installing SSH public key toroot
user'sauthorized_keys
on all test nodes, adding the SSHconfig
, and ensuring the node naming is correct per aphyr's lxc.md, there still remains a persistent error:The text was updated successfully, but these errors were encountered: