Skip to content

Instantly share code, notes, and snippets.

@CBoJI
Created February 6, 2015 07:05
Show Gist options
  • Save CBoJI/16971e74fe571cadf2fd to your computer and use it in GitHub Desktop.
Save CBoJI/16971e74fe571cadf2fd to your computer and use it in GitHub Desktop.
работа из винды с ВМ через вагрант
в vagrant файле
> config.vm.box = "ubuntu/trusty64"
заходим в папку с проектом
> vagrant up
если не работает подключение по ссш в иде, то на вм
> nano ~/.ssh/config # find / -name .ssh
Host *
StrictHostKeyChecking no
> vagrant reload
пробуем подключиться
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment