-
Notifications
You must be signed in to change notification settings - Fork 82
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
can not add hypervisor, alert "Got error: BAD_SSH_CREDENTIALS" #149
Comments
This was asked many times before. Your webserver user cannot read key files. Change permissions. |
thank u @Seitanas
Please give me a clear idea. thanks a lot |
thank u very much, i changed the permissions of the forlder /var/hyper_keys, |
I have been trying to solve the problem with ssh2_auth_pubkey_file but it does not solve. |
I have been trying to solve the same problem with ssh2_auth_pubkey_file but no luck |
Finally got it working, changed the permissions of the privkey and public key in /var/hyperkeys/ to 644. |
hi all,
i deploied two VMs, one of them is Dashboard(192.168.10.107), the other is Hypervisor(192.168.10.108), and the Dashboard and vdi-agent worked normal.
and then i try to add hypervior, but it unormal, an it reported error, like this PIC:
I checked the log in the /var/log/apache2/error.log, like this PIC,
then i try to check the key-free login,command like :ssh -i /var/hyper_keys/id_rsa [email protected],
it logged in sucessfull
this is the /var/log/auth.log records.
my question is , the dashborad server connect to the hypervisor by Key-free login, this way is OK by command-line, why can not add hypervisor........
The text was updated successfully, but these errors were encountered: