jravnsbaek
Contributor
Contributor

copy files from one esxi to another

When I try to copy files from one esxi host to another it gives error:

[root@esxi01:~]scp /var/log/init.log root@esxi02.mydomain.com:/tmp

hostfile_replace_entries: link /.ssh/known_hosts to /.ssh/known_hosts.old: Function not implemented
update_known_hosts: hostfile_replace_entries failed for /.ssh/known_hosts: Function not implemented

 

Even when I ssh from esxi01 to esxi02 I get the same error but the ssh connection is successfull:

[root@esxi01:/tmp] ssh root@esxi02.mydomain.com

(root@esxi02.mydomain.com) Password:
hostfile_replace_entries: link /.ssh/known_hosts to /.ssh/known_hosts.old: Function not implemented
update_known_hosts: hostfile_replace_entries failed for /.ssh/known_hosts: Function not implemented

[root@esxi02:~]

I have disabled the firewall on the hosts while testing, but are still unable to scp between the hosts.

Reply
0 Kudos