<div dir="ltr">Hi,<div><br></div><div>we have added support for a host with Windows but it is not trivial to setup because of various contexts/privileges. </div><div><br></div><div><div>Install openssh on Windows (tutorial can be found on </div><div><a href="http://linuxbsdos.com/2015/07/30/how-to-install-openssh-on-windows-10/">http://linuxbsdos.com/2015/07/30/how-to-install-openssh-on-windows-10/</a>)<br></div><div><br></div><div>There is a major issue with current setup in Windows.  You have to start virtual machines from openssh connection if you wish to manage them from openssh connection.</div><div><br></div><div>So, you have to connect from Windows to very same Windows using ssh and then run </div><div><br></div><div>“/Program Files/Oracle/VirtualBox/VBoxManage.exe” start NAME_OF_VM</div><div><br></div><div>Be prepared that you will not see that your machine VM is running in VirtualBox</div><div>management UI.</div></div><div><br></div><div>Afterwards it is enough to add parameter --host-os windows (or host_os=windows when stdin/pcs is used).</div><div><br></div><div>m,</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 22, 2017 at 11:49 AM, Marek Grac <span dir="ltr"><<a href="mailto:mgrac@redhat.com" target="_blank">mgrac@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I have updated fence agent for Virtual Box (upstream git). The main benefit is new option --host-os (host_os on stdin) that supports linux|macos. So if your host is linux/macos all you need to set is this option (and ssh access to a machine). I would love to add a support also for windows but I'm not able to run vboxmanage.exe over the openssh. It works perfectly from command prompt under same user, so there are some privileges issues, if you know how to fix this please let me know.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>m,</div></font></span></div>
</blockquote></div><br></div>