简体   繁体   中英

chef solo prepare command does not work

I'm trying to using chef solo on a remote windows machine. My "chef solo prepare" command works fine on a linux remote machine but on a windows remote machine with cygwin openssh running, when I run:

 knife solo prepare guy@64.231.175.27 -i ~/.ssh/my-rsa -V

I get the following error:

Bootstrapping Chef...
ERROR: SyntaxError: (eval):1: syntax error, unexpected $end
KnifeSolo::Bootstraps::
                   ^

I've already tested the ssh which works fine. Does anyone have a clue what I can do to fix this?

knife solo prepare does not work on Windows. You could wait until the maintainer can add Windows support or open a Pull Request on GitHub to add this functionality.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM