VMware Cloud Community
tdubb123
Expert
Expert

ssh from esxi

How can I ssh out from esxi? I need to copy some files I backed up to another server

0 Kudos
4 Replies
a_p_
Leadership
Leadership

0 Kudos
samansalehi
Enthusiast
Enthusiast

You can use Veeam. it has the solution for u by adding the Host to it.

If you don't know how to work with it, just reply to creating som doc for.

If this is useful, would u please mark it as "Helpful" or "Correct"?

Thank u

Saman

0 Kudos
Ace007
Enthusiast
Enthusiast

ln -s /sbin/dropbearmulti /bin/ssh

you can use dbclient also,

But if you are copying something u may use VEEAM backup tool , its very good in that.

0 Kudos
tdubb123
Expert
Expert

Is there something wrong with this?

scp -r /vmfs/volumes/ESX1-LOCAL/vm_name 10.130.1.17::ESX2-LOCAL'

I keep getting an error

10.130.1.17::ESX2-LOCAL is the destination datastore

0 Kudos