0

I'd like to SSH into my virtual machine to "remotely" edit some files. I'm running Mac OS X (host), and the VM (on VMWare) is running Windows 10 (guest).

Is there a way of achieving this? What do I have to setup on the guest side for this to work?

3
  • SSH does not natively exist on windows computers, so installing software to enable it would require administrator rights.
    – f3rn0s
    Commented May 18, 2016 at 13:16
  • Thx, I've installed OpenSSH on Windows (with admin rights) from here.
    – Daniel
    Commented May 18, 2016 at 13:26
  • In virtualbox this is doable by selecting bridged networking. Never used VMWare but there is likely a similar option. Commented May 18, 2016 at 13:37

1 Answer 1

0

You can remotely run commands on the VM by enabling telnet server in control panel -> programs -> Install windows features. All traffic in telnet is sent in plain text so its insecure. Setting up a private virtual switch between the host and guest would reduce the security risk.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .