How to connect remotely from Windows to a Vagrant instance?

1

Is there a way to connect from my windows pc to a vagrant instance running on my mac which is on the same network?

Ideally I would like to use cygwin or something equivalent

ikassi

Posted 2015-03-02T22:44:58.710

Reputation: 11

What are you running on the Vagrant instance? Also, what are you trying to connect with? ssh? vnc? Remote Desktop? Etc? – MMB – 2015-03-04T00:08:27.657

@MMB Vagrant usually runs linux on the instance. – None – 2015-03-09T05:09:17.783

You still need to provide more details. Over which protocols do you want to connect to? For example, do you want to connect over ssh or SMB? – MMB – 2015-03-12T06:52:38.537

Hello, I managed to connect directly through my IDE (phpstorm) which syncs the directories over ssh – ikassi – 2015-03-12T21:08:38.633

No answers