dcosson / vagrant-unison2

Vagrant plugin to sync local files to VM using Unison over SSH
MIT License
50 stars 8 forks source link

Could not create directory '/home/Administrator/.ssh' #37

Closed oalpha closed 6 years ago

oalpha commented 6 years ago

env: host:win10, guest: centos6.7, vm: virtualbox

Unisoning changes from {host}::D:/wsp/vagrant/centos6/src/ --> {guest VM}::src/ Running unison once unison D:/wsp/vagrant/centos6/src/ ssh://vagrant@127.0.0.1/src/ -batch -terse -sshargs "-p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i D:/wsp/vagrant/centos6/.vagrant/machines/default/virtualbox/private_key" Could not create directory '/home/Administrator/.ssh'. Warning: Permanently added '[127.0.0.1]:2222' (RSA) to the list of known hosts. bash: unison: command not found Fatal error: Lost connection with the server **** unison exited. success: false ****

oalpha commented 6 years ago

problem solved! open ssh should be installed on the host:win10