Unitech / pm2-deploy

Deploy part of PM2
http://pm2.keymetrics.io/docs/usage/deployment/
MIT License
178 stars 71 forks source link

ssh_options documentation issue #109

Open yevhene opened 7 years ago

yevhene commented 7 years ago

Must be:

"ssh_options": "-o StrictHostKeyChecking=no",

instead of:

"ssh_options": "StrictHostKeyChecking=no",

http://pm2.keymetrics.io/docs/usage/deployment/