Even though I am giving correct management console password getting this error
is there any way to copy paste commands to hyper-v guest vms (for example i want to create mysql db in our one of the gues VM database , but copy pste is not working from hyper-v host to guest in all 3 vms)
Install gitbash on host machine and the use scp command .
The syntax look like this
scp <sourcefile> <destination>
For example;
scp test.txt destinationuser@destinationvmip:/home/user
if this is helpful to you please close the issue.
Even though I am giving correct management console password getting this error
is there any way to copy paste commands to hyper-v guest vms (for example i want to create mysql db in our one of the gues VM database , but copy pste is not working from hyper-v host to guest in all 3 vms)
Please help.