mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #120] Error: Cannot recv data: Host key verification failed.: Connection reset by peer #77
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @newzen on GitHub (Jun 24, 2016).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/120
Hello,
Great job!
i receive this error while trying to add host via ssh
Error: Cannot recv data: Host key verification failed.: Connection reset by peer
from command line on machine running WebVirtCloud interfase
virsh -c qemu+ssh://root@192.168.13.119/system
Bienvenido a virsh, la terminal de virtualización interactiva.
Ingrese: 'help' para obtener ayuda con los comandos
'quit' para salir
any help ?
and using python
[root@phenom ~]# python
Python 2.7.5 (default, Nov 20 2015, 02:00:19)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
after that the error steel.
@newzen commented on GitHub (Jun 26, 2016):
Solved 👍
on server running WebVirtCloud
su -s /bin/bash nginx
ssh-keygen
ssh-copy-id root@192.168.13.119
you need to accept add key
exit
WebVirtCloud use nginx user for authenticate on kvm administered host.
thanks for great job.
@weijianwen commented on GitHub (Apr 13, 2018):
Thank you, @newzen . I've encountered similar issues when importing KVM virtual machines from libvirt via ovrit webUI. Your approach works well.
On the host into which the KVM virtual machines will be imported, run
@im-perativa commented on GitHub (Jul 7, 2021):
Thank you @weijianwen . this helps me since this tutorial i tried to follow is kinda confusing since i don't have
vdsmuser activated by default@wideweide commented on GitHub (Mar 25, 2023):
https://github.com/retspen/webvirtcloud/wiki/Docker-Installation-&-Update
I use docker to install , but there is no nginx or vdsm, some idea?
@splusc commented on GitHub (Oct 15, 2024):
try
www-data